Skip to content

Commit

Permalink
Bump pg from 1.4.6 to 1.5.1
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 1.4.6 to 1.5.1.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.4.6...v1.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2023
1 parent 11f0df3 commit 492cfcd
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 @@ -16,7 +16,7 @@ gem "coderay"
gem "redcarpet"

gem "uglifier"
gem "pg", "~> 1.4", group: :production
gem "pg", "~> 1.5", group: :production
gem "rollbar"

gem "puma"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ GEM
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
pg (1.4.6)
pg (1.5.1)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -272,7 +272,7 @@ DEPENDENCIES
faker
jquery-rails
listen
pg (~> 1.4)
pg (~> 1.5)
pry-rails
puma
rack-timeout
Expand Down

0 comments on commit 492cfcd

Please sign in to comment.