Skip to content

Commit

Permalink
Merge pull request #502 from gocardless/pg-gte-0.18-and-lte-1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby committed Mar 20, 2023
2 parents b4ba5fd + c8d5e32 commit bb9283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statesman.gemspec
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 2"
spec.add_development_dependency "gc_ruboconfig", "~> 3.6.0"
spec.add_development_dependency "mysql2", ">= 0.4", "< 0.6"
spec.add_development_dependency "pg", ">= 0.18", "<= 1.3"
spec.add_development_dependency "pg", ">= 0.18", "<= 1.5"
spec.add_development_dependency "rails", ">= 5.2"
spec.add_development_dependency "rake", "~> 13.0.0"
spec.add_development_dependency "rspec", "~> 3.1"
Expand Down

0 comments on commit bb9283e

Please sign in to comment.