Skip to content

Commit

Permalink
Bump pg from 1.4.6 to 1.5.4
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.4.
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md)
- [Commits](ged/ruby-pg@v1.4.6...v1.5.4)

---
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 Sep 1, 2023
1 parent 925454b commit dd83dd5
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'
ruby '2.7.6'

gem 'rails', '~> 7.0.4'
gem 'pg', '~> 1.4'
gem 'pg', '~> 1.5'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'mini_racer', '~> 0.6.3'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
pg (1.4.6)
pg (1.5.4)
premailer (1.18.0)
addressable
css_parser (>= 1.12.0)
Expand Down Expand Up @@ -373,7 +373,7 @@ DEPENDENCIES
kramdown
letter_opener
mini_racer (~> 0.6.3)
pg (~> 1.4)
pg (~> 1.5)
premailer-rails
puma (~> 6.0)
rack-cache
Expand Down

0 comments on commit dd83dd5

Please sign in to comment.