Bump sitemap_generator from 6.0.2 to 6.1.0 (#5290)

This commit is contained in:
dependabot-preview[bot] 2019-12-30 13:02:12 -05:00 committed by Mac Siri
parent f6506a71c4
commit 371c0b5181
2 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@ gem "rubyzip", "~> 2.0" # Rubyzip is a ruby library for reading and writing zip
gem "s3_direct_upload", "~> 0.1" # Direct Upload to Amazon S3
gem "sass-rails", "~> 6.0" # Sass adapter for the Rails asset pipeline
gem "sidekiq", "~> 6.0.4" # Sidekiq is used to process background jobs with the help of Redis
gem "sitemap_generator", "~> 6.0" # SitemapGenerator is a framework-agnostic XML Sitemap generator
gem "sitemap_generator", "~> 6.1" # SitemapGenerator is a framework-agnostic XML Sitemap generator
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

View file

@ -747,7 +747,7 @@ GEM
rack (~> 2.0)
rack-protection (= 2.0.5)
tilt (~> 2.0)
sitemap_generator (6.0.2)
sitemap_generator (6.1.0)
builder (~> 3.0)
slack-notifier (2.3.2)
smart_properties (1.15.0)
@ -974,7 +974,7 @@ DEPENDENCIES
shoulda-matchers (= 4.1.2)
sidekiq (~> 6.0.4)
simplecov (~> 0.17)
sitemap_generator (~> 6.0)
sitemap_generator (~> 6.1)
slack-notifier (~> 2.3)
spring (~> 2.1)
spring-commands-rspec (~> 1.0)