diff --git a/Gemfile b/Gemfile index 8d5d9b16..2ce39d7a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "rails", "~> 8.0.3" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Use postgresql as the database for Active Record -gem 'pg', '~> 1.6.1' +gem 'pg', '~> 1.6.3' # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" # Use the Puma web server [https://github.com/puma/puma] diff --git a/Gemfile.lock b/Gemfile.lock index feeb2a52..615ee0f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM base64 (0.3.0) benchmark (0.4.1) bigdecimal (3.2.3) - bootsnap (1.19.0) + bootsnap (1.20.1) msgpack (~> 1.2) builder (3.3.0) concurrent-ruby (1.3.5) @@ -135,9 +135,9 @@ GEM racc (~> 1.4) nokogiri (1.18.10-x86_64-linux-gnu) racc (~> 1.4) - pg (1.6.2) - pg (1.6.2-aarch64-linux) - pg (1.6.2-x86_64-linux) + pg (1.6.3) + pg (1.6.3-aarch64-linux) + pg (1.6.3-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -227,7 +227,7 @@ DEPENDENCIES bootsnap importmap-rails listen - pg (~> 1.6.1) + pg (~> 1.6.3) propshaft puma (>= 7.0) rack-timeout (~> 0.7.0)