diff --git a/Gemfile b/Gemfile index 9c16b94..506df30 100644 --- a/Gemfile +++ b/Gemfile @@ -36,5 +36,5 @@ group :test do end group :production do - gem "pg", "1.5.9" + gem "pg", "1.6.2" end diff --git a/Gemfile.lock b/Gemfile.lock index 48c91ec..ff70fe3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,11 @@ GEM nenv (~> 0.1) shellany (~> 0.0) ostruct (0.6.3) - 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-x86_64-linux) + pg (1.6.2-x86_64-linux-musl) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -355,7 +359,7 @@ DEPENDENCIES kamal (= 2.7.0) minitest (= 5.25.5) minitest-reporters (= 1.7.1) - pg (= 1.5.9) + pg (= 1.6.2) propshaft (= 1.2.1) puma (= 6.6.0) rails (= 8.0.2)