Skip to content

Commit

Permalink
Merge pull request #110 from DFE-Digital/dependabot/bundler/pg-1.5.4
Browse files Browse the repository at this point in the history
Bump pg from 1.5.3 to 1.5.4
  • Loading branch information
AbigailMcP authored Sep 5, 2023
2 parents b62f6ac + decf7bf commit a8c2be2
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 @@ -9,7 +9,7 @@ gem "rails", "~> 7.0.7"
gem "propshaft"

# Use postgresql as the database for Active Record
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"

# Use the Puma web server [https://github.com/puma/puma]
gem "puma", "~> 6.3"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ GEM
parser (3.2.2.3)
ast (~> 2.4.1)
racc
pg (1.5.3)
pg (1.5.4)
prettier_print (1.2.1)
propshaft (0.7.0)
actionpack (>= 7.0.0)
Expand Down Expand Up @@ -537,7 +537,7 @@ DEPENDENCIES
omniauth-oauth2 (~> 1.8)
omniauth-rails_csrf_protection
omniauth_openid_connect
pg (~> 1.1)
pg (~> 1.5)
prettier_print
propshaft
pry-byebug
Expand Down

0 comments on commit a8c2be2

Please sign in to comment.