Skip to content

Commit

Permalink
Bump pg from 1.5.7 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.5.7 to 1.5.9.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.7...v1.5.9)

---
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 Oct 25, 2024
1 parent 55ac5ae commit 540ae93
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
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "rails", "~> 7.2.1"
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"
gem "sqlite3", ">= 1.4"
gem "puma", ">= 5.0"
# Use Redis adapter to run Action Cable in production
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
pg (1.5.9)
psych (5.1.2)
stringio
puma (6.4.2)
Expand Down Expand Up @@ -279,7 +279,7 @@ DEPENDENCIES
factory_bot_rails
faker
pagy (~> 9.0)
pg (~> 1.1)
pg (~> 1.5)
puma (>= 5.0)
rails (~> 7.2.1)
rspec-rails (~> 7.0.0)
Expand Down

0 comments on commit 540ae93

Please sign in to comment.