Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent a5bd576 commit cef00bb
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 @@ -37,7 +37,7 @@ gem 'omniauth-facebook', '~> 5.0'
gem 'omniauth-google-oauth2'
gem 'p3p', '~> 2.0'
gem 'panoptes-client'
gem 'pg', '~> 1.4'
gem 'pg', '~> 1.5'
gem 'pg_search'
gem 'puma', '~> 6.4.3'
gem 'pundit', '~> 2.4.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ GEM
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
pg (1.4.6)
pg (1.5.8)
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
Expand Down Expand Up @@ -562,7 +562,7 @@ DEPENDENCIES
omniauth-google-oauth2
p3p (~> 2.0)
panoptes-client
pg (~> 1.4)
pg (~> 1.5)
pg_search
pry
puma (~> 6.4.3)
Expand Down

0 comments on commit cef00bb

Please sign in to comment.