diff --git a/Gemfile b/Gemfile index 747da7e..00ad653 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 7.2.0.beta2' gem 'sprockets-rails' # 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', '>= 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 4083dde..aec466b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ GEM parser (3.3.3.0) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.8) psych (5.1.2) stringio puma (6.4.2) @@ -332,7 +332,7 @@ DEPENDENCIES jsbundling-rails kamal net-pop! - pg (~> 1.1) + pg (~> 1.5) puma (>= 5.0) rails (~> 7.2.0.beta2) redis (>= 4.0.1)