Skip to content

Commit

Permalink
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 3fd4700 commit 1b5dc37
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 @@ -28,7 +28,7 @@ gem 'rdf-vocab', '~> 3.3.0' # this gem changed predicate names without warning,

# Database stuff
gem 'connection_pool'
gem 'pg', '~> 1.5.5'
gem 'pg', '~> 1.5.6'
gem 'redis', '~> 4.8'
gem 'rsolr'
gem 'strong_migrations', '~> 1.7.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.5)
pg (1.5.6)
prism (0.24.0)
psych (5.1.0)
stringio
Expand Down Expand Up @@ -650,7 +650,7 @@ DEPENDENCIES
omniauth-rails_csrf_protection (~> 1.0)
omniauth-saml (~> 2.1)
paper_trail (~> 15.1.0)
pg (~> 1.5.5)
pg (~> 1.5.6)
puma (~> 6.4)
pundit (= 2.3.1)
rails (~> 7.0.8)
Expand Down

0 comments on commit 1b5dc37

Please sign in to comment.