Skip to content

Commit

Permalink
Build(deps): Bump pg from 1.5.6 to 1.5.7
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.6 to 1.5.7.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.6...v1.5.7)

---
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 Jul 29, 2024
1 parent 7b1ddf0 commit 8f82e34
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 @@ -81,7 +81,7 @@ source 'https://rubygems.org'

gem 'rails', '~> 7.0.8'

gem 'pg', '~> 1.5.6'
gem 'pg', '~> 1.5.7'

# New gem releases aren't being done. master is newer and supports Rails > 3.0
gem 'addressable', '~> 2.8.7'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ GEM
parser (3.3.4.0)
ast (~> 2.4.1)
racc
pg (1.5.6)
pg (1.5.7)
prime (0.1.2)
forwardable
singleton
Expand Down Expand Up @@ -647,7 +647,7 @@ DEPENDENCIES
nokogiri (~> 1.16.6)
oink (~> 0.10.1)
open4 (~> 1.3.0)
pg (~> 1.5.6)
pg (~> 1.5.7)
pry (~> 0.14.2)
rack (~> 2.2.9)
rack-utf8_sanitizer (~> 1.9.1)
Expand Down

0 comments on commit 8f82e34

Please sign in to comment.