diff --git a/Gemfile b/Gemfile index c32ad82..70577f5 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 d32a4d4..5576f82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,7 +159,7 @@ GEM parser (3.3.8.0) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.0-x86_64-linux) pp (0.6.2) prettyprint prettier_print (1.2.1) @@ -298,7 +298,7 @@ DEPENDENCIES debug jwt kamal - pg (~> 1.1) + pg (~> 1.6) puma (>= 5.0) rails (~> 8.0.2) rubocop