Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/pg-1.5.4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Sep 4, 2023
2 parents 539092f + a9d9f53 commit e1b36dc
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.7'

gem 'pg', '~> 1.5.3'
gem 'pg', '~> 1.5.4'

# 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 @@ -368,7 +368,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.5.3)
pg (1.5.4)
prime (0.1.2)
forwardable
singleton
Expand Down Expand Up @@ -617,7 +617,7 @@ DEPENDENCIES
nokogiri (~> 1.15.4)
oink (~> 0.10.1)
open4 (~> 1.3.0)
pg (~> 1.5.3)
pg (~> 1.5.4)
pry (~> 0.14.2)
rack (~> 2.2.8)
rack-utf8_sanitizer (~> 1.9.0)
Expand Down

0 comments on commit e1b36dc

Please sign in to comment.