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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ gem 'rollbar'
gem 'scout_apm'

gem 'carrierwave-aws', '~> 1.6'
gem 'sitemap_generator', github: 'kjvarga/sitemap_generator', branch: 'master' # LOCKED: When a version higher than 6.3.0 is released, drop this LOCKED.
gem 'sitemap_generator', '~> 7.0'
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
GIT
remote: https://github.com/kjvarga/sitemap_generator.git
revision: 747988328566c84b0b8aa1ab898ababc371284dc
branch: master
specs:
sitemap_generator (6.4.0)
builder (~> 3.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -546,6 +538,8 @@ GEM
simplecov-html (0.12.3)
simplecov-lcov (0.9.0)
simplecov_json_formatter (0.1.4)
sitemap_generator (7.0.1)
builder (~> 3.0)
slop (3.6.0)
snaky_hash (2.0.1)
hashie
Expand Down Expand Up @@ -691,7 +685,7 @@ DEPENDENCIES
simple_form
simplecov
simplecov-lcov
sitemap_generator!
sitemap_generator (~> 7.0)
sprockets-rails
stimulus-rails
stripe
Expand Down