Skip to content

Commit

Permalink
Bump mysql2 and pg Gemfile dependencies
Browse files Browse the repository at this point in the history
Rails 5.1.6 supports both mysql2 0.5.0 and pg 1.0.0
  • Loading branch information
jhawthorn committed Mar 29, 2018
1 parent b778dec commit 3e07631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ source 'https://rubygems.org'
gemspec require: false

platforms :ruby do
gem 'mysql2', '~> 0.4.10', require: false
gem 'pg', '~> 0.21', require: false
gem 'mysql2', '~> 0.5.0', require: false
gem 'pg', '~> 1.0', require: false
gem 'sqlite3', require: false
gem 'fast_sqlite', require: false
end
Expand Down

0 comments on commit 3e07631

Please sign in to comment.