diff --git a/Gemfile b/Gemfile index 3bd947d8..4bc83a54 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'solid_queue', '~> 1.2.4' # for postgresql gem 'activerecord-postgis-adapter', '~> 11.0.0' -gem 'pg', '~> 1.6.2' +gem 'pg', '~> 1.6.3' # remove if not option two taken in project gem 'jwt', '~> 3.1.2' gem 'rest-client', '~> 2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 2730a21a..f970a603 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -229,11 +229,11 @@ GEM parser (3.3.10.0) ast (~> 2.4.1) racc - pg (1.6.2) - pg (1.6.2-arm64-darwin) - pg (1.6.2-x86_64-darwin) - pg (1.6.2-x86_64-linux) - pg (1.6.2-x86_64-linux-musl) + pg (1.6.3) + pg (1.6.3-arm64-darwin) + pg (1.6.3-x86_64-darwin) + pg (1.6.3-x86_64-linux) + pg (1.6.3-x86_64-linux-musl) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -446,7 +446,7 @@ DEPENDENCIES jsbundling-rails (~> 1.3) jwt (~> 3.1.2) listen (~> 3.9) - pg (~> 1.6.2) + pg (~> 1.6.3) propshaft puma (~> 7.1) rack-attack (~> 6.8.0)