Skip to content

Commit

Permalink
Merge pull request #562 from greysteil/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
greysteil authored Aug 14, 2024
2 parents 6684d6a + 6c662f0 commit 5ac6cff
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 @@ -5,7 +5,7 @@ gem 'sinatra', '4.0.0' # Web framework
gem 'puma' # Web server

gem 'activerecord', '7.2.0' # Object-relational mapper
gem 'pg', '~> 1.5.6' # PostgreSQL gem
gem 'pg', '~> 1.5.7' # PostgreSQL gem
gem 'sinatra-activerecord', '2.0.27' # Sinatra setup for AR

gem 'prius', '~> 6.0' # Environment variable management
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ GEM
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
os (1.1.4)
pg (1.5.6)
pg (1.5.7)
prius (6.0.0)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -208,7 +208,7 @@ DEPENDENCIES
fog-local (~> 0.8.0)
google-api-client (~> 0.53.0)
mini_magick
pg (~> 1.5.6)
pg (~> 1.5.7)
prius (~> 6.0)
pry
puma
Expand Down

0 comments on commit 5ac6cff

Please sign in to comment.