Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'

Expand Down
11 changes: 3 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -480,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)
Expand Down Expand Up @@ -546,7 +542,6 @@ DEPENDENCIES
autoprefixer-rails
aws-sdk-secretsmanager
aws-sdk-ssm
aws-ses (~> 0.6.0)
bootsnap (~> 1.4.0)
bootstrap-sass
brakeman
Expand Down Expand Up @@ -604,7 +599,7 @@ DEPENDENCIES
rubocop-rails
sanitize
sass-rails (~> 5.0)
scout_apm (~> 3.0.pre28)
scout_apm
sd_notify
sentry-raven
shoulda-matchers
Expand Down