Skip to content

Commit

Permalink
Fix test for mysql2 gem spec in generated Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Mar 24, 2018
1 parent 1079dd4 commit c90e0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/generators/app_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def test_config_another_database
if defined?(JRUBY_VERSION)
assert_gem "activerecord-jdbcmysql-adapter"
else
assert_gem "mysql2", "'>= 0.3.18', '< 0.5'"
assert_gem "mysql2", "'>= 0.3.18', '< 0.6.0'"
end
end

Expand Down

0 comments on commit c90e0aa

Please # to comment.