diff --git a/Gemfile b/Gemfile index a7ddeada8..0e0cd2a28 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ gem "rubyzip", "~> 1.2" # Rubyzip is a ruby library for reading and writing zip gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3 gem "sail", "~> 1.5" # Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app gem "sass-rails", "~> 5.0" # Sass adapter for the Rails asset pipeline -gem "scout_apm", "~> 2.4" # Monitors Ruby apps and reports detailed metrics on performance to Scout +gem "scout_apm", "~> 2.5" # Monitors Ruby apps and reports detailed metrics on performance to Scout gem "serviceworker-rails", "~> 0.5" # Integrates ServiceWorker into the Rails asset pipeline gem "sitemap_generator", "~> 6.0" # SitemapGenerator is a framework-agnostic XML Sitemap generator gem "skylight", "~> 4.1" # Skylight is a smart profiler for Rails, Sinatra, and other Ruby apps diff --git a/Gemfile.lock b/Gemfile.lock index 69aa2a4d1..6c7f6a563 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -696,7 +696,7 @@ GEM addressable (>= 2.3.5) faraday (> 0.8, < 2.0) sax-machine (1.3.2) - scout_apm (2.4.24) + scout_apm (2.5.1) sdoc (1.0.0) rdoc (>= 5.0) selectize-rails (0.12.6) @@ -958,7 +958,7 @@ DEPENDENCIES s3_direct_upload (~> 0.1) sail (~> 1.5) sass-rails (~> 5.0) - scout_apm (~> 2.4) + scout_apm (~> 2.5) sdoc (~> 1.0) serviceworker-rails (~> 0.5) shoulda-matchers (= 4.1.0)