Skip to content

Commit 08da5d4

Browse files
committed
chore(deps): switch sitemap_generator to rubygems
Switch from GitHub source to RubyGems for improved stability. - Remove GitHub lock (was waiting for version > 6.3.0) - Use RubyGems version 7.0.1 with ~> 7.0 constraint - sitemap_generator 7.x includes Rails 8 support The sitemap:refresh rake task works correctly with the new version.
1 parent 127819d commit 08da5d4

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ gem 'rollbar'
126126
gem 'scout_apm'
127127

128128
gem 'carrierwave-aws', '~> 1.6'
129-
gem 'sitemap_generator', github: 'kjvarga/sitemap_generator', branch: 'master' # LOCKED: When a version higher than 6.3.0 is released, drop this LOCKED.
129+
gem 'sitemap_generator', '~> 7.0'

Gemfile.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
GIT
2-
remote: https://github.com/kjvarga/sitemap_generator.git
3-
revision: 747988328566c84b0b8aa1ab898ababc371284dc
4-
branch: master
5-
specs:
6-
sitemap_generator (6.4.0)
7-
builder (~> 3.0)
8-
91
GEM
102
remote: https://rubygems.org/
113
specs:
@@ -546,6 +538,8 @@ GEM
546538
simplecov-html (0.12.3)
547539
simplecov-lcov (0.9.0)
548540
simplecov_json_formatter (0.1.4)
541+
sitemap_generator (7.0.1)
542+
builder (~> 3.0)
549543
slop (3.6.0)
550544
snaky_hash (2.0.1)
551545
hashie
@@ -691,7 +685,7 @@ DEPENDENCIES
691685
simple_form
692686
simplecov
693687
simplecov-lcov
694-
sitemap_generator!
688+
sitemap_generator (~> 7.0)
695689
sprockets-rails
696690
stimulus-rails
697691
stripe

0 commit comments

Comments
 (0)