We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88acf2 commit 744fa1aCopy full SHA for 744fa1a
1 file changed
Gemfile
@@ -17,7 +17,7 @@ when 'master'
17
gem 'rails', { git: 'https://github.com/rails/rails.git' }
18
gem 'arel', { git: 'https://github.com/rails/arel.git' }
19
when 'default'
20
- gem 'rails', '>= 4.2'
+ gem 'rails', '>= 5.0'
21
else
22
gem 'rails', "~> #{version}"
23
end
0 commit comments