Skip to content

Commit

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

---
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 Nov 22, 2024
1 parent cf94e84 commit e024430
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 @@ -12,7 +12,7 @@ gem "rails", "~> 7.1.2"

gem "sprockets-rails"

gem "pg", "~> 1.3.0"
gem "pg", "~> 1.5.9"

# Check the latest supported [https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html#platforms-supported.ruby]
gem "puma", ">= 5.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ GEM
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
pg (1.3.5)
pg (1.5.9)
psych (5.2.0)
stringio
puma (6.4.3)
Expand Down Expand Up @@ -245,7 +245,7 @@ DEPENDENCIES
debug
importmap-rails
jwt
pg (~> 1.3.0)
pg (~> 1.5.9)
puma (>= 5.0)
rack-cors
rails (~> 7.1.2)
Expand Down

0 comments on commit e024430

Please sign in to comment.