diff --git a/Gemfile b/Gemfile index e15fa42..035db9d 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 7.2.2" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" # 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" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index f1989d3..bda9195 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,9 @@ GEM parser (3.3.7.1) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.1-aarch64-linux) + pg (1.6.1-arm64-darwin) + pg (1.6.1-x86_64-linux) pp (0.6.2) prettyprint prettier_print (1.2.1) @@ -381,7 +383,7 @@ DEPENDENCIES jsbundling-rails kaminari letter_opener - pg (~> 1.1) + pg (~> 1.6) puma (>= 5.0) pundit rails (~> 7.2.2)