diff --git a/Gemfile b/Gemfile index 9eb203e..6baa3fa 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 7.2.1" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" # Use postgresql as the database for Active Record -gem "pg", "~> 1.1" +gem "pg", "~> 1.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index d05da20..699d53e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM parser (3.3.5.0) ast (~> 2.4.1) racc - pg (1.5.8) + pg (1.5.9) psych (5.1.2) stringio puma (6.4.3) @@ -336,7 +336,7 @@ DEPENDENCIES factory_bot_rails (~> 6.4) ffaker importmap-rails - pg (~> 1.1) + pg (~> 1.5) puma (>= 5.0) rails (~> 7.2.1) rspec-rails (~> 7.0)