Skip to content

Commit

Permalink
Merge pull request #2665 from jhawthorn/database_gems
Browse files Browse the repository at this point in the history
Bump mysql2 and pg Gemfile dependencies
  • Loading branch information
jhawthorn authored Apr 3, 2018
2 parents 0666737 + 3e07631 commit 7a042d6
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 7a042d6

Please sign in to comment.