Skip to content

Commit

Permalink
Merge pull request #1545 from denny/dependabot/bundler/pg-1.5.6
Browse files Browse the repository at this point in the history
Bump pg from 1.5.5 to 1.5.6
  • Loading branch information
denny authored Mar 1, 2024
2 parents f10894b + 22a1902 commit 2cb2278
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.5'
gem 'pg', '~> 1.5.6'

# 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 @@ -543,7 +543,7 @@ GEM
path_expander (1.1.1)
persistent-dmnd (3.0.0)
immutable-ruby (>= 0.1.0)
pg (1.5.5)
pg (1.5.6)
pg_search (2.3.6)
activerecord (>= 5.2)
activesupport (>= 5.2)
Expand Down Expand Up @@ -827,7 +827,7 @@ DEPENDENCIES
overcommit!
packwerk (~> 3.2)!
parallel_tests!
pg (~> 1.5.5)!
pg (~> 1.5.6)!
puma (~> 6.4)!
rails (~> 6.1.7)!
rails-pg-extras!
Expand Down

0 comments on commit 2cb2278

Please sign in to comment.