Bump skylight from 4.1.2 to 4.2.0 (#4781) [deploy]
This commit is contained in:
parent
76ca6f9093
commit
4e97f81a40
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue