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

Commit 79d2912

Browse files
authored
Merge pull request #4 from norton073/bugfix-IDEV-622-fix-build-of-overflow-signalizer
Add version(~> 0.20) of pg gem
2 parents 7f45090 + d825ab8 commit 79d2912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activerecord-overflow_signalizer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222
spec.require_paths = ['lib']
2323

2424
# spec.add_runtime_dependency 'activerecord', '~> 3.2'
25-
spec.add_runtime_dependency 'pg'
25+
spec.add_runtime_dependency 'pg', '~> 0.20'
2626

2727
spec.add_development_dependency 'bundler', '~> 1.14'
2828
spec.add_development_dependency 'rake', '~> 10.0'

0 commit comments

Comments
 (0)