Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit e5294d1

Browse files
Bump sprockets from 3.7.2 to 4.0.3 in /docs
Bumps [sprockets](https://github.com/rails/sprockets) from 3.7.2 to 4.0.3. - [Release notes](https://github.com/rails/sprockets/releases) - [Changelog](https://github.com/rails/sprockets/blob/main/CHANGELOG.md) - [Commits](rails/sprockets@v3.7.2...v4.0.3) --- updated-dependencies: - dependency-name: sprockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28c68d2 commit e5294d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ end
2727

2828
# Performance-booster for watching directories on Windows
2929
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
30-
gem "sprockets", "~> 3.7.2"
30+
gem "sprockets", "~> 4.0.3"
3131

3232
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3333
# do not have a Java counterpart.

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ GEM
263263
faraday (>= 0.17.3, < 3)
264264
simpleidn (0.2.1)
265265
unf (~> 0.1.4)
266-
sprockets (3.7.2)
266+
sprockets (4.0.3)
267267
concurrent-ruby (~> 1.0)
268268
rack (> 1, < 3)
269269
terminal-table (1.8.0)
@@ -287,7 +287,7 @@ DEPENDENCIES
287287
jekyll-assets (~> 3.0.12)
288288
jekyll-feed (~> 0.12)
289289
jekyll-toc (~> 0.17)
290-
sprockets (~> 3.7.2)
290+
sprockets (~> 4.0.3)
291291
tzinfo (~> 1.2)
292292
tzinfo-data
293293
wdm (~> 0.1.1)

0 commit comments

Comments
 (0)