Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent cf0524f commit 729478b
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 @@ -46,7 +46,7 @@ gem 'omniauth-rails_csrf_protection'
gem 'omniauth-shibboleth', '~> 1.3'
gem 'passenger', '6.0.14', require: 'phusion_passenger/rack_handler'
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.3.5'
gem 'pg', '~> 1.5.4'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0'
# Use Redis adapter to run Action Cable in production
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ GEM
passenger (6.0.14)
rack
rake (>= 0.8.1)
pg (1.3.5)
pg (1.5.4)
popper_js (1.16.1)
posix-spawn (0.3.15)
psych (3.3.4)
Expand Down Expand Up @@ -1114,7 +1114,7 @@ DEPENDENCIES
omniauth-rails_csrf_protection
omniauth-shibboleth (~> 1.3)
passenger (= 6.0.14)
pg (~> 1.3.5)
pg (~> 1.5.4)
puma
rails (~> 6.0)
redis (~> 4.5.0)
Expand Down

0 comments on commit 729478b

Please sign in to comment.