diff --git a/Gemfile b/Gemfile index 1f1a3b99..c5c3c9fa 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rails", "~> 7.0.7" gem "propshaft" # Use postgresql as the database for Active Record -gem "pg", "~> 1.1" +gem "pg", "~> 1.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.3" diff --git a/Gemfile.lock b/Gemfile.lock index 8648f849..6f71eadb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -291,7 +291,7 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - pg (1.5.3) + pg (1.5.4) prettier_print (1.2.1) propshaft (0.7.0) actionpack (>= 7.0.0) @@ -537,7 +537,7 @@ DEPENDENCIES omniauth-oauth2 (~> 1.8) omniauth-rails_csrf_protection omniauth_openid_connect - pg (~> 1.1) + pg (~> 1.5) prettier_print propshaft pry-byebug