Skip to content

Commit 5806422

Browse files
committed
Add constraint for pg development dependency
The newest version isn't compatible with the released versions of rails, which was causing the CI to fail
1 parent c21707d commit 5806422

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

identity_cache.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |gem|
3232
else
3333
gem.add_development_dependency('cityhash', '0.6.0')
3434
gem.add_development_dependency('mysql2')
35-
gem.add_development_dependency('pg')
35+
gem.add_development_dependency('pg', '~> 0.18')
3636
gem.add_development_dependency('stackprof') if Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new("2.1.0")
3737
end
3838
end

0 commit comments

Comments
 (0)