diff --git a/Gemfile b/Gemfile index 81f5347..d56fc8a 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "rails", "~> 7.0.4" gem "sprockets-rails" # 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] gem "puma", "~> 6.1" diff --git a/Gemfile.lock b/Gemfile.lock index 519fec5..d5c9484 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM parallel (1.22.1) parser (3.2.2.0) ast (~> 2.4.1) - pg (1.5.0) + pg (1.5.1) public_suffix (5.0.1) puma (6.2.2) nio4r (~> 2.0) @@ -293,7 +293,7 @@ DEPENDENCIES image_processing (~> 1.12) importmap-rails jbuilder - pg (~> 1.4) + pg (~> 1.5) puma (~> 6.1) rack-mini-profiler rails (~> 7.0.4)