Skip to content

Commit

Permalink
Bump pg from 1.5.4 to 1.5.5
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.4 to 1.5.5.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.5.4...v1.5.5)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 15, 2024
1 parent e9cc188 commit 609ed3d
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.1.3' # Object-relational mapper
gem 'pg', '~> 1.5.4' # PostgreSQL gem
gem 'pg', '~> 1.5.5' # 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.2-x86_64-linux)
racc (~> 1.4)
os (1.1.4)
pg (1.5.4)
pg (1.5.5)
prius (6.0.0)
pry (0.14.2)
coderay (~> 1.1)
Expand Down Expand Up @@ -205,7 +205,7 @@ DEPENDENCIES
fog-local (~> 0.8.0)
google-api-client (~> 0.53.0)
mini_magick
pg (~> 1.5.4)
pg (~> 1.5.5)
prius (~> 6.0)
pry
puma
Expand Down

0 comments on commit 609ed3d

Please sign in to comment.