diff --git a/Gemfile b/Gemfile index e43bf87..52a1797 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "~> 8.0.2" # 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.6" # 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 97b9e91..e51348f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,12 @@ GEM parser (3.3.7.4) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.2) + pg (1.6.2-aarch64-linux) + pg (1.6.2-aarch64-linux-musl) + pg (1.6.2-arm64-darwin) + pg (1.6.2-x86_64-linux) + pg (1.6.2-x86_64-linux-musl) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -373,7 +378,7 @@ DEPENDENCIES importmap-rails jbuilder kamal - pg (~> 1.1) + pg (~> 1.6) propshaft puma (>= 5.0) rails (~> 8.0.2)