Skip to content

Commit

Permalink
Merge pull request #21953 from jrafanie/unlock_pg_gem_since_1_4_1_rel…
Browse files Browse the repository at this point in the history
…eased

Unlock the pg gem since 1.4.1 was released
  • Loading branch information
Fryguy committed Jun 24, 2022
2 parents c568cd1 + 18fa876 commit f0fcf7e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ gem "net-ldap", "~>0.16.1", :require => false
gem "net-ping", "~>1.7.4", :require => false
gem "openscap", "~>0.4.8", :require => false
gem "optimist", "~>3.0", :require => false

# Lock down pg until 1.4.x is released with:
# https://github.com/ged/ruby-pg/pull/467 which fixes https://github.com/ged/ruby-pg/issues/466
gem "pg", "=1.3.5", :require => false
gem "pg", ">=1.3", "!= 1.4.0", :require => false # 1.4.0 caused https://github.com/ged/ruby-pg/issues/466
gem "pg-dsn_parser", "~>0.1.0", :require => false
gem "query_relation", "~>0.1.0", :require => false
gem "rack", ">=2.2.3.1", :require => false
Expand Down

0 comments on commit f0fcf7e

Please sign in to comment.