updates binstubs for rails 4

This commit is contained in:
rgarcia
2016-09-15 14:16:45 +02:00
parent 86ab58e7f7
commit a1c893ce28
2 changed files with 6 additions and 32 deletions

View File

@@ -1,17 +1,4 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# frozen_string_literal: true APP_PATH = File.expand_path('../../config/application', __FILE__)
# require_relative '../config/boot'
# This file was generated by Bundler. require 'rails/commands'
#
# The application 'rails' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
require "rubygems"
require "bundler/setup"
load Gem.bin_path("railties", "rails")

View File

@@ -1,17 +1,4 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
# frozen_string_literal: true require_relative '../config/boot'
# require 'rake'
# This file was generated by Bundler. Rake.application.run
#
# The application 'rake' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require "pathname"
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
require "rubygems"
require "bundler/setup"
load Gem.bin_path("rake", "rake")