diff --git a/Gemfile b/Gemfile index 64c857ce8..35dfd1d03 100644 --- a/Gemfile +++ b/Gemfile @@ -87,7 +87,7 @@ gem "sass-rails", "~> 6.0" # Sass adapter for the Rails asset pipeline gem "scout_apm", "~> 2.6" # Monitors Ruby apps and reports detailed metrics on performance to Scout gem "serviceworker-rails", "~> 0.6" # 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 +gem "skylight", "~> 4.2" # Skylight is a smart profiler for Rails, Sinatra, and other Ruby apps gem "slack-notifier", "~> 2.3" # A slim ruby wrapper for posting to slack webhooks gem "sprockets", "~> 3.7" # Sprockets is a Rack-based asset packaging system gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement diff --git a/Gemfile.lock b/Gemfile.lock index 8755b4124..7ea7a642d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -752,9 +752,9 @@ GEM tilt (~> 2.0) sitemap_generator (6.0.2) builder (~> 3.0) - skylight (4.1.2) - skylight-core (= 4.1.2) - skylight-core (4.1.2) + skylight (4.2.0) + skylight-core (= 4.2.0) + skylight-core (4.2.0) activesupport (>= 4.2.0) slack-notifier (2.3.2) smart_properties (1.15.0) @@ -985,7 +985,7 @@ DEPENDENCIES shoulda-matchers (= 4.1.2) simplecov (~> 0.17) sitemap_generator (~> 6.0) - skylight (~> 4.1) + skylight (~> 4.2) slack-notifier (~> 2.3) spring (~> 2.1) spring-commands-rspec (~> 1.0)