Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/pg-1.5.9' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Nov 4, 2024
2 parents 1a5b780 + 8106368 commit 69c969c
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.8'
gem 'pg', '~> 1.5.9'

# 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 @@ -367,7 +367,7 @@ GEM
parser (3.3.5.0)
ast (~> 2.4.1)
racc
pg (1.5.8)
pg (1.5.9)
prime (0.1.2)
forwardable
singleton
Expand Down Expand Up @@ -627,7 +627,7 @@ DEPENDENCIES
nokogiri (~> 1.16.7)
oink (~> 0.10.1)
open4 (~> 1.3.0)
pg (~> 1.5.8)
pg (~> 1.5.9)
pry (~> 0.14.2)
puma (~> 6.4.3)
rack (~> 2.2.10)
Expand Down

0 comments on commit 69c969c

Please sign in to comment.