Skip to content

Commit

Permalink
lock travis mysql2 version lower
Browse files Browse the repository at this point in the history
  • Loading branch information
bleonard committed Mar 21, 2018
1 parent a35956e commit 3f602c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/ar50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'activerecord', '~> 5.0.0'
gem 'rspec'
gem 'rack'
gem 'timecop'
gem 'mysql2', '~> 0.5.0', :platform => :ruby
gem 'mysql2', '~> 0.4.10', :platform => :ruby
gem 'activerecord-jdbcmysql-adapter', :platform => :jruby
gem 'pg', '0.21.0', :platform => :ruby
gem 'activerecord-jdbcpostgresql-adapter', :platform => :jruby
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ar51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'activerecord', '~> 5.1.0'
gem 'rspec'
gem 'rack'
gem 'timecop'
gem 'mysql2', '~> 0.5.0', :platform => :ruby
gem 'mysql2', '~> 0.4.10', :platform => :ruby
gem 'activerecord-jdbcmysql-adapter', :platform => :jruby
gem 'pg', '0.21.0', :platform => :ruby
gem 'activerecord-jdbcpostgresql-adapter', :platform => :jruby
Expand Down

0 comments on commit 3f602c1

Please sign in to comment.