diff --git a/Gemfile b/Gemfile index bb7380c..12661f3 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 8.1.1" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # 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" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] diff --git a/Gemfile.lock b/Gemfile.lock index b990729..0dfac59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -268,11 +268,11 @@ GEM hashery (~> 2.0) ruby-rc4 ttfunk - pg (1.6.2) - pg (1.6.2-aarch64-linux) - pg (1.6.2-aarch64-linux-musl) - pg (1.6.2-x86_64-linux) - pg (1.6.2-x86_64-linux-musl) + pg (1.6.3) + pg (1.6.3-aarch64-linux) + pg (1.6.3-aarch64-linux-musl) + pg (1.6.3-x86_64-linux) + pg (1.6.3-x86_64-linux-musl) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -514,7 +514,7 @@ DEPENDENCIES omniauth-ldap (~> 2.0) omniauth-rails_csrf_protection (~> 2.0) pdf-reader (~> 2.12) - pg (~> 1.1) + pg (~> 1.6) propshaft puma (>= 5.0) pundit (~> 2.4)