Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 8e0a9c0 commit 81229e6
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 @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem 'rails', "~> 5.2"
gem 'rack-cors', "~> 1.0"
gem 'pg', "~> 0.20"
gem 'pg', "~> 1.5"
gem 'responders', "~> 3.0"
gem 'gelf'
gem 'logstasher'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
faraday
faraday-panoptes (~> 0.3.0)
jwt (~> 1.5.0)
pg (0.21.0)
pg (1.5.7)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand Down Expand Up @@ -249,7 +249,7 @@ DEPENDENCIES
logstasher
newrelic_rpm
panoptes-client (~> 0.3)
pg (~> 0.20)
pg (~> 1.5)
pry-byebug (~> 3.6)
pry-rails (~> 0.3)
puma (~> 6.4)
Expand Down

0 comments on commit 81229e6

Please sign in to comment.