diff --git a/Gemfile b/Gemfile index 0e4b2fa..718a39b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 7.2.1" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # 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 83a44f5..3ac546f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM parser (3.3.5.0) 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) @@ -305,7 +305,7 @@ DEPENDENCIES factory_bot_rails (~> 6.4.2) ffaker importmap-rails - pg (~> 1.1) + pg (~> 1.5) propshaft puma (>= 5.0) rails (~> 7.2.1)