Rebuild bin files
This commit is contained in:
parent
1bb6a5c75e
commit
0e17fb676e
1
.ruby-version
Normal file
1
.ruby-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
2.2.3
|
||||||
18
bin/rails
18
bin/rails
@ -1,16 +1,4 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
#
|
APP_PATH = File.expand_path('../../config/application', __FILE__)
|
||||||
# This file was generated by Bundler.
|
require_relative '../config/boot'
|
||||||
#
|
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')
|
|
||||||
|
|||||||
18
bin/rake
18
bin/rake
@ -1,16 +1,4 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
#
|
require_relative '../config/boot'
|
||||||
# This file was generated by Bundler.
|
require 'rake'
|
||||||
#
|
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')
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user