Skip to content

Commit

Permalink
Upgrade: Bump pg from 1.5.3 to 1.5.4
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.3 to 1.5.4.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.3...v1.5.4)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 7379658 commit 7dd752c
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 @@ -30,7 +30,7 @@ gem 'omniauth-github', '~> 2.0.1'
gem 'omniauth-google-oauth2', '~> 1.1.1'
gem 'omniauth-rails_csrf_protection', '~> 1.0'
gem 'pagy', '~> 6.0'
gem 'pg', '~> 1.4'
gem 'pg', '~> 1.5'
gem 'puma', '~> 6.3'
gem 'rack-attack', '~> 6.7'
gem 'redis', '~> 5.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.5.3)
pg (1.5.4)
public_suffix (5.0.3)
puma (6.3.1)
nio4r (~> 2.0)
Expand Down Expand Up @@ -616,7 +616,7 @@ DEPENDENCIES
omniauth-google-oauth2 (~> 1.1.1)
omniauth-rails_csrf_protection (~> 1.0)
pagy (~> 6.0)
pg (~> 1.4)
pg (~> 1.5)
puma (~> 6.3)
rack-attack (~> 6.7)
rack-mini-profiler
Expand Down

0 comments on commit 7dd752c

Please sign in to comment.