diff --git a/Gemfile b/Gemfile index 1cb4a98..f91d334 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 8.0.4" # Use PostgreSQL as the database for Active Record -gem "pg", "~> 1.5" +gem "pg", "~> 1.6" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Build JSON APIs with ease [https://github.com/rails/jbuilder] diff --git a/Gemfile.lock b/Gemfile.lock index 5354753..9e7ed60 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -227,7 +227,12 @@ GEM parser (3.3.10.0) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.3) + pg (1.6.3-aarch64-linux) + pg (1.6.3-aarch64-linux-musl) + pg (1.6.3-arm64-darwin) + pg (1.6.3-x86_64-linux) + pg (1.6.3-x86_64-linux-musl) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -394,7 +399,7 @@ DEPENDENCIES norairrecord (~> 0.5.1) omniauth (~> 2.1) omniauth-hack_club - pg (~> 1.5) + pg (~> 1.6) puma (>= 5.0) rack-attack rack-cors