Bump pg from 1.5.0 to 1.5.1
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.0 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](https://github.com/ged/ruby-pg/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Ryan Williams
parent
b1a889c323
commit
2070b34c67
@@ -12,7 +12,7 @@ gem "rails", "~> 7.0.4"
|
|||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
|
|
||||||
# Use postgresql as the database for Active Record
|
# Use postgresql as the database for Active Record
|
||||||
gem "pg", "~> 1.4"
|
gem "pg", "~> 1.5"
|
||||||
|
|
||||||
# Use the Puma web server [https://github.com/puma/puma]
|
# Use the Puma web server [https://github.com/puma/puma]
|
||||||
gem "puma", "~> 6.1"
|
gem "puma", "~> 6.1"
|
||||||
|
|||||||
+2
-2
@@ -149,7 +149,7 @@ GEM
|
|||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.2.2.0)
|
parser (3.2.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.5.0)
|
pg (1.5.1)
|
||||||
public_suffix (5.0.1)
|
public_suffix (5.0.1)
|
||||||
puma (6.2.2)
|
puma (6.2.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
@@ -293,7 +293,7 @@ DEPENDENCIES
|
|||||||
image_processing (~> 1.12)
|
image_processing (~> 1.12)
|
||||||
importmap-rails
|
importmap-rails
|
||||||
jbuilder
|
jbuilder
|
||||||
pg (~> 1.4)
|
pg (~> 1.5)
|
||||||
puma (~> 6.1)
|
puma (~> 6.1)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.0.4)
|
rails (~> 7.0.4)
|
||||||
|
|||||||
Reference in New Issue
Block a user