Skip to content

Commit

Permalink
Merge pull request #1684 from denny/dependabot/bundler/pg-1.5.7
Browse files Browse the repository at this point in the history
Bump pg from 1.5.6 to 1.5.7
  • Loading branch information
denny authored Jul 31, 2024
2 parents 4b6c9dd + 4af1a11 commit 4561d4a
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 @@ -32,7 +32,7 @@ source 'https://rubygems.org' do
end

# Postgres
gem 'pg', '~> 1.5.6'
gem 'pg', '~> 1.5.7'

# Webserver
gem 'puma', '~> 6.4', groups: %i[ development production ]
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ GEM
path_expander (1.1.1)
persistent-dmnd (3.0.0)
immutable-ruby (>= 0.1.0)
pg (1.5.6)
pg (1.5.7)
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
Expand Down Expand Up @@ -833,7 +833,7 @@ DEPENDENCIES
overcommit!
packwerk (~> 3.2)!
parallel_tests!
pg (~> 1.5.6)!
pg (~> 1.5.7)!
puma (~> 6.4)!
rails (~> 6.1.7)!
rails-pg-extras!
Expand Down

0 comments on commit 4561d4a

Please sign in to comment.