diff --git a/Gemfile b/Gemfile index 4493922..759ffb2 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "rails", "~> 8.0.1" gem "propshaft" #teste para branch merge # 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" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 53c6319..9ff5799 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,6 +77,7 @@ GEM ast (2.4.3) base64 (0.3.0) bcrypt (3.1.20) + bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-x64-mingw-ucrt) benchmark (0.4.1) bigdecimal (3.2.2) @@ -189,13 +190,16 @@ GEM nio4r (2.7.4) nokogiri (1.18.9-x64-mingw-ucrt) racc (~> 1.4) + nokogiri (1.18.9-x86_64-linux-gnu) + racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) parallel (1.27.0) parser (3.3.9.0) ast (~> 2.4.1) racc - pg (1.6.1-x64-mingw-ucrt) + pg (1.6.2-x64-mingw-ucrt) + pg (1.6.2-x86_64-linux) pp (0.6.2) prettyprint prettyprint (0.2.0) @@ -346,6 +350,7 @@ GEM stringio (3.1.7) thor (1.4.0) thruster (0.1.15) + thruster (0.1.15-x86_64-linux) timeout (0.4.3) turbo-rails (1.5.0) actionpack (>= 6.0.0) @@ -383,6 +388,7 @@ GEM PLATFORMS x64-mingw-ucrt + x86_64-linux DEPENDENCIES bootsnap @@ -396,7 +402,7 @@ DEPENDENCIES jbuilder jquery-rails kamal - pg (~> 1.1) + pg (~> 1.6) propshaft puma (>= 5.0) rails (~> 8.0.1)