Skip to content

Commit

Permalink
Merge pull request #2500 from jhawthorn/fix_ar_pg
Browse files Browse the repository at this point in the history
Fix CI error due to pg 1.0.0
  • Loading branch information
jhawthorn authored Jan 10, 2018
2 parents 0973783 + ba62396 commit 0a1af78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec require: false

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

0 comments on commit 0a1af78

Please sign in to comment.