Skip to content

Commit

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

---
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 Mar 4, 2024
1 parent 2232d4f commit ca5c798
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.5'
gem 'pg', '~> 1.5.6'

# New gem releases aren't being done. master is newer and supports Rails > 3.0
gem 'acts_as_versioned', git: 'https://github.com/mysociety/acts_as_versioned.git',
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.5)
pg (1.5.6)
prime (0.1.2)
forwardable
singleton
Expand Down Expand Up @@ -633,7 +633,7 @@ DEPENDENCIES
nokogiri (~> 1.16.2)
oink (~> 0.10.1)
open4 (~> 1.3.0)
pg (~> 1.5.5)
pg (~> 1.5.6)
pry (~> 0.14.2)
rack (~> 2.2.8)
rack-utf8_sanitizer (~> 1.9.1)
Expand Down

0 comments on commit ca5c798

Please sign in to comment.