Skip to content

Commit

Permalink
Upgrade pg gem
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorova committed Mar 13, 2024
1 parent 68b7c41 commit 6f16f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ end

gem 'kubeclient'

gem 'pg', '~> 0.21.0'
gem 'pg', '~> 1.3'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ GEM
hashery (~> 2.0)
ruby-rc4
ttfunk
pg (0.21.0)
pg (1.5.6)
pisoni (1.30.0)
faraday (~> 2.0, <= 2.9)
faraday-net_http_persistent (~> 2.1)
Expand Down Expand Up @@ -1001,7 +1001,7 @@ DEPENDENCIES
oauth2 (~> 2.0)
open_id_authentication
pdf-inspector
pg (~> 0.21.0)
pg (~> 1.3)
pisoni (~> 1.30)
prawn
prawn-svg
Expand Down

0 comments on commit 6f16f2a

Please sign in to comment.