diff --git a/Gemfile b/Gemfile index 8223f9e..b24377c 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "propshaft" # Use sqlite3 as the database for Active Record in development/test gem "sqlite3", ">= 2.1", group: [ :development, :test ] # Use PostgreSQL as the database for Active Record in production -gem "pg", "~> 1.5", group: :production +gem "pg", "~> 1.6", group: :production # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 1f3c8cf..4bf30d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -369,7 +369,12 @@ GEM parser (3.3.8.0) ast (~> 2.4.1) racc - pg (1.5.9) + pg (1.6.2) + pg (1.6.2-aarch64-linux) + pg (1.6.2-aarch64-linux-musl) + pg (1.6.2-arm64-darwin) + pg (1.6.2-x86_64-linux) + pg (1.6.2-x86_64-linux-musl) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -605,7 +610,7 @@ DEPENDENCIES omniauth-github omniauth-google-oauth2 omniauth-rails_csrf_protection - pg (~> 1.5) + pg (~> 1.6) propshaft puma (>= 5.0) rails (~> 8.0.2)