Skip to content

Commit

Permalink
Bump pg from 1.4.6 to 1.5.3
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.3.
- [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.3)

---
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 May 1, 2023
1 parent 48759ba commit 54c78ab
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 @@ -33,7 +33,7 @@ group :development, :test, :production do
gem 'activerecord', '~> 7.0'

# Postgresql support.
gem 'pg', '~> 1.4.6'
gem 'pg', '~> 1.5.3'

gem 'ruby-filemagic'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ GEM
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
pg (1.4.6)
pg (1.5.3)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -466,7 +466,7 @@ DEPENDENCIES
omniauth-google-oauth2
omniauth-twitter
parallel
pg (~> 1.4.6)
pg (~> 1.5.3)
pry
puma (~> 6.2)
rack-cors
Expand Down

0 comments on commit 54c78ab

Please sign in to comment.