diff --git a/Gemfile b/Gemfile index 164813f..555d6ce 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 7.2.2", ">= 7.2.2.1" gem "rails-i18n", "~> 7.0" gem "sprockets-rails" -gem "pg", "~> 1.5", ">= 1.5.9" +gem "pg", "~> 1.6" gem "puma", ">= 5.0" gem "importmap-rails" gem "turbo-rails" diff --git a/Gemfile.lock b/Gemfile.lock index d753e56..1d71316 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -205,7 +205,7 @@ GEM parser (3.3.7.1) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.2-x86_64-linux) popper_js (2.11.8) pp (0.6.2) prettyprint @@ -377,7 +377,7 @@ DEPENDENCIES listen (~> 3.9) octicons_helper octokit - pg (~> 1.5, >= 1.5.9) + pg (~> 1.6) puma (>= 5.0) rails (~> 7.2.2, >= 7.2.2.1) rails-i18n (~> 7.0)