diff --git a/Gemfile b/Gemfile index ab00175..d3dca2a 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 8.0.2" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft", "~> 1.1.0" # Use postgresql as the database for Active Record -gem "pg", "~> 1.5.9" +gem "pg", "~> 1.6.2" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.6.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 82b152c..312a512 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,12 @@ GEM parser (3.3.8.0) 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) phlex (2.3.1) zeitwerk (~> 2.7) phlex-rails (2.3.1) @@ -447,7 +452,7 @@ DEPENDENCIES kamal (~> 2.8.1) omniauth (~> 2.1) omniauth-google-oauth2 (~> 1.1) - pg (~> 1.5.9) + pg (~> 1.6.2) phlex-rails (~> 2.3.1) propshaft (~> 1.1.0) puma (~> 6.6.0)