diff --git a/Gemfile b/Gemfile index 98280972..3214360a 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'friendly_id', '~> 5.4.0' gem 'image_processing' gem 'importmap-rails' gem 'jbuilder' -gem 'pg', '~> 1.1' +gem 'pg', '~> 1.5' gem 'postmark-rails' gem 'puma', '~> 5.6' gem 'rails', '~> 7.0.6' diff --git a/Gemfile.lock b/Gemfile.lock index 957e2c28..e871c308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -193,7 +193,7 @@ GEM parser (3.2.2.3) ast (~> 2.4.1) racc - pg (1.5.3) + pg (1.5.4) postmark (1.24.0) json postmark-rails (0.22.1) @@ -325,7 +325,7 @@ DEPENDENCIES importmap-rails jbuilder letter_opener - pg (~> 1.1) + pg (~> 1.5) postmark-rails puma (~> 5.6) rails (~> 7.0.6)