mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update to activerecord-deprecated_finders on generator
This commit is contained in:
parent
1f633c78ea
commit
31735bd391
1 changed files with 2 additions and 2 deletions
|
@ -140,14 +140,14 @@ module Rails
|
|||
gem 'rails', path: '#{Rails::Generators::RAILS_DEV_PATH}'
|
||||
gem 'journey', github: 'rails/journey'
|
||||
gem 'arel', github: 'rails/arel'
|
||||
gem 'active_record_deprecated_finders', github: 'rails/active_record_deprecated_finders'
|
||||
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders'
|
||||
GEMFILE
|
||||
elsif options.edge?
|
||||
<<-GEMFILE.strip_heredoc
|
||||
gem 'rails', github: 'rails/rails'
|
||||
gem 'journey', github: 'rails/journey'
|
||||
gem 'arel', github: 'rails/arel'
|
||||
gem 'active_record_deprecated_finders', github: 'rails/active_record_deprecated_finders'
|
||||
gem 'activerecord-deprecated_finders', github: 'rails/activerecord-deprecated_finders'
|
||||
GEMFILE
|
||||
else
|
||||
<<-GEMFILE.strip_heredoc
|
||||
|
|
Loading…
Reference in a new issue