Skip to content

Commit 82d7ceb

Browse files
authored
Merge pull request #303 from ClosureTree/fix-build
Fix pg version for rails prior 5.1
2 parents 4c12692 + 0980a93 commit 82d7ceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gemfiles/activerecord_4.2.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "activerecord", "~> 4.2.0"
66

77
platforms :ruby, :rbx do
88
gem "mysql2"
9-
gem "pg"
9+
gem "pg", '~> 0.21.0'
1010
gem "sqlite3"
1111
end
1212

gemfiles/activerecord_5.0.gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "activerecord", "~> 5.0.0"
66

77
platforms :ruby, :rbx do
88
gem "mysql2"
9-
gem "pg"
9+
gem "pg", '~> 0.21.0'
1010
gem "sqlite3"
1111
end
1212

0 commit comments

Comments
 (0)