diff --git a/Gemfile b/Gemfile index 092424c..4e4b4e6 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.2" # 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" # Build JSON APIs with ease [https://github.com/rails/jbuilder] diff --git a/Gemfile.lock b/Gemfile.lock index 078cbfe..fcc92a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,11 @@ GEM parser (3.3.8.0) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.0) + pg (1.6.0-aarch64-linux) + pg (1.6.0-arm64-darwin) + pg (1.6.0-x86_64-darwin) + pg (1.6.0-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -380,7 +384,7 @@ DEPENDENCIES jwt (~> 3.1) kamal net-ssh (~> 7.3) - pg (~> 1.1) + pg (~> 1.6) pry-rails puma (>= 5.0) rails (~> 8.0.2)