Skip to content

Commit

Permalink
Merge pull request #27 from simoncoles/dependabot/bundler/pg-1.5.8
Browse files Browse the repository at this point in the history
Bump pg from 1.5.7 to 1.5.8
  • Loading branch information
simoncoles authored Sep 20, 2024
2 parents a3d06f0 + ddf3c9d commit c30a94e
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 @@ -74,7 +74,7 @@ gem "avo", ">= 3.2"
# SQLite is the default database
gem "sqlite3"
# But we also support Postgres and MySQL
gem "pg", "~> 1.1"
gem "pg", "~> 1.5"
gem "mysql2", "~> 0.5"

# Sensible logging
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ GEM
parser (3.3.4.2)
ast (~> 2.4.1)
racc
pg (1.5.7)
pg (1.5.8)
propshaft (0.9.1)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -359,7 +359,7 @@ DEPENDENCIES
lograge
mqtt
mysql2 (~> 0.5)
pg (~> 1.1)
pg (~> 1.5)
propshaft
puma (>= 5.0)
rails (~> 7.2.1)
Expand Down

0 comments on commit c30a94e

Please sign in to comment.