mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
We don't need this anymore since we had a sprockets-rails release
This commit is contained in:
parent
5341b84936
commit
bfc6c17a87
1 changed files with 0 additions and 3 deletions
|
@ -138,14 +138,12 @@ module Rails
|
|||
end
|
||||
|
||||
def rails_gemfile_entry
|
||||
# TODO remove sprockets-rails from this list when the version 2.0 is realease
|
||||
if options.dev?
|
||||
<<-GEMFILE.strip_heredoc
|
||||
gem 'rails', path: '#{Rails::Generators::RAILS_DEV_PATH}'
|
||||
gem 'journey', github: 'rails/journey'
|
||||
gem 'arel', github: 'rails/arel'
|
||||
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders'
|
||||
gem 'sprockets-rails', github: 'rails/sprockets-rails'
|
||||
GEMFILE
|
||||
elsif options.edge?
|
||||
<<-GEMFILE.strip_heredoc
|
||||
|
@ -153,7 +151,6 @@ module Rails
|
|||
gem 'journey', github: 'rails/journey'
|
||||
gem 'arel', github: 'rails/arel'
|
||||
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders'
|
||||
gem 'sprockets-rails', github: 'rails/sprockets-rails'
|
||||
GEMFILE
|
||||
else
|
||||
<<-GEMFILE.strip_heredoc
|
||||
|
|
Loading…
Reference in a new issue