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

(cherry picked from commit f0fcf7e)
  • Loading branch information
Fryguy committed Jun 30, 2022
1 parent b8b5c2c commit 893dfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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
gem "pg", :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 893dfaf

Please sign in to comment.