Skip to content

Commit

Permalink
use pg < 1.0 for Rails 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Apr 22, 2021
1 parent 88e28f3 commit 779f7c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'jbuilder', '~> 2.9'
gem 'sdoc', '~> 2.1', group: :doc

gem 'foreman', '~> 0.87'
gem 'pg', '~> 1.2'
gem 'pg', '~> 0.18'

group :production do
gem 'thin', '~> 1.8'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ GEM
open_uri_redirections (0.2.1)
optimist (3.0.1)
origin (2.3.1)
pg (1.2.3)
pg (0.21.0)
poltergeist (1.6.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
Expand Down Expand Up @@ -822,7 +822,7 @@ DEPENDENCIES
mongo (~> 2.1)!
mongoid (~> 5.1)
nokogiri (~> 1.10)
pg (~> 1.2)
pg (~> 0.18)
poltergeist (~> 1.6)
pry (~> 0.14)
puma (~> 5.2)
Expand Down

0 comments on commit 779f7c7

Please sign in to comment.