Skip to content

Commit

Permalink
Update dependency pg to '~> 1.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 21, 2024
1 parent 099504c commit d5422f1
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 @@ -5,7 +5,7 @@ gem 'bootsnap', '~> 1.16.0', require: false
gem 'figaro', '~> 1.2.0'
gem 'jbuilder'
gem 'mimemagic', '~> 0.4.3'
gem 'pg', '~> 1.4.0'
gem 'pg', '~> 1.5.0'
gem 'rails', '>= 6.0.3.1'
gem 'recaptcha', '~> 5.8', require: 'recaptcha/rails'
gem 'sassc', '~> 2.4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
passenger (6.0.10)
rack
rake (>= 0.8.1)
pg (1.4.1)
pg (1.5.6)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -253,7 +253,7 @@ DEPENDENCIES
mimemagic (~> 0.4.3)
mina (~> 1.2.4)
passenger (>= 5.3.2)
pg (~> 1.4.0)
pg (~> 1.5.0)
pry
puma
rails (>= 6.0.3.1)
Expand Down

0 comments on commit d5422f1

Please sign in to comment.