Skip to content

Commit

Permalink
Merge pull request #1365 from AlchemyCMS/depfu/update/pg-1.0.0
Browse files Browse the repository at this point in the history
Upgrade pg to version 1.0.0
  • Loading branch information
tvdeyen authored Feb 27, 2018
2 parents ffb7d82 + b50ac2a commit 5318663
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 @@ -7,7 +7,7 @@ gem 'rack-mini-profiler', group: :development, require: false

gem 'sqlite3' if ENV['DB'].nil? || ENV['DB'] == 'sqlite'
gem 'mysql2', '~> 0.3.18' if ENV['DB'] == 'mysql'
gem 'pg', '~> 0.21' if ENV['DB'] == 'postgresql'
gem 'pg', '~> 1.0' if ENV['DB'] == 'postgresql'
gem 'sassc-rails'

group :development, :test do
Expand Down

0 comments on commit 5318663

Please sign in to comment.