From 227b08e7bff1c9d02d36a479021205ac962c40a3 Mon Sep 17 00:00:00 2001 From: Dante Soares Date: Thu, 21 Jan 2021 10:22:27 -0600 Subject: [PATCH 1/2] Removed AWS SES gem --- Gemfile | 3 --- Gemfile.lock | 6 ------ 2 files changed, 9 deletions(-) diff --git a/Gemfile b/Gemfile index 6226c268..ae94c27f 100644 --- a/Gemfile +++ b/Gemfile @@ -220,9 +220,6 @@ group :production do gem 'aws-sdk-ssm', require: false gem 'aws-sdk-secretsmanager', require: false - # AWS SES - gem 'aws-ses', '~> 0.6.0', require: 'aws/ses' - # Fog AWS gem 'fog-aws' diff --git a/Gemfile.lock b/Gemfile.lock index 970f98cd..e6d8aa35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -136,11 +136,6 @@ GEM aws-sdk-ssm (1.95.0) aws-sdk-core (~> 3, >= 3.109.0) aws-sigv4 (~> 1.1) - aws-ses (0.6.0) - builder - mail (> 2.2.5) - mime-types - xml-simple aws-sigv4 (1.2.2) aws-eventstream (~> 1, >= 1.0.2) bindex (0.7.0) @@ -546,7 +541,6 @@ DEPENDENCIES autoprefixer-rails aws-sdk-secretsmanager aws-sdk-ssm - aws-ses (~> 0.6.0) bootsnap (~> 1.4.0) bootstrap-sass brakeman From 3300af0cf00f934e11e650769f0f62c0bb215494 Mon Sep 17 00:00:00 2001 From: Dante Soares Date: Thu, 21 Jan 2021 10:28:45 -0600 Subject: [PATCH 2/2] Updated scout_apm --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ae94c27f..812039e7 100644 --- a/Gemfile +++ b/Gemfile @@ -100,7 +100,7 @@ gem 'sortability' gem 'acts_as_votable' # Real time application monitoring -gem 'scout_apm', '~> 3.0.pre28' +gem 'scout_apm' # PostgreSQL database gem 'pg' diff --git a/Gemfile.lock b/Gemfile.lock index e6d8aa35..399fe0bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -475,7 +475,8 @@ GEM sassc (2.0.1) ffi (~> 1.9) rake - scout_apm (3.0.0.pre28) + scout_apm (4.0.3) + parser sd_notify (0.1.0) sentry-raven (2.9.0) faraday (>= 0.7.6, < 1.0) @@ -598,7 +599,7 @@ DEPENDENCIES rubocop-rails sanitize sass-rails (~> 5.0) - scout_apm (~> 3.0.pre28) + scout_apm sd_notify sentry-raven shoulda-matchers