Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 779f7c7

Browse files
committed
use pg < 1.0 for Rails 4
See rails/rails#31673
1 parent 88e28f3 commit 779f7c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem 'jbuilder', '~> 2.9'
2929
gem 'sdoc', '~> 2.1', group: :doc
3030

3131
gem 'foreman', '~> 0.87'
32-
gem 'pg', '~> 1.2'
32+
gem 'pg', '~> 0.18'
3333

3434
group :production do
3535
gem 'thin', '~> 1.8'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ GEM
522522
open_uri_redirections (0.2.1)
523523
optimist (3.0.1)
524524
origin (2.3.1)
525-
pg (1.2.3)
525+
pg (0.21.0)
526526
poltergeist (1.6.0)
527527
capybara (~> 2.1)
528528
cliver (~> 0.3.1)
@@ -822,7 +822,7 @@ DEPENDENCIES
822822
mongo (~> 2.1)!
823823
mongoid (~> 5.1)
824824
nokogiri (~> 1.10)
825-
pg (~> 1.2)
825+
pg (~> 0.18)
826826
poltergeist (~> 1.6)
827827
pry (~> 0.14)
828828
puma (~> 5.2)

0 commit comments

Comments
 (0)