Skip to content

Commit

Permalink
Update dependency pg to ~> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 21, 2022
1 parent f66a9b3 commit b5c4a60
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.12.0', require: false
gem 'figaro', '~> 1.2.0'
gem 'jbuilder'
gem 'mimemagic', '~> 0.4.3'
gem 'pg', '~> 1.3.0'
gem 'pg', '~> 1.4.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.3.0)
pg (1.4.0)
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.3.0)
pg (~> 1.4.0)
pry
puma
rails (>= 6.0.3.1)
Expand Down

0 comments on commit b5c4a60

Please sign in to comment.