Skip to content

Commit

Permalink
fix(deps): manually update docs Ruby deps (#2519)
Browse files Browse the repository at this point in the history
Manual reproduction of the Ruby dependency update from #2501 that seems
to be glitching:
#2501 (comment)
  • Loading branch information
andrewpollock authored Aug 23, 2024
1 parent 457cb8c commit 32f9c89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
end

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]

# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "webrick", "~> 1.7"
gem "webrick", "~> 1.7"
6 changes: 3 additions & 3 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
logger
faraday-net_http (3.1.1)
net-http
ffi (1.17.0-x86_64-linux-gnu)
ffi (1.17.0-x86_64-linux)
forwardable-extended (2.6.0)
gemoji (4.1.0)
github-pages (232)
Expand Down Expand Up @@ -275,8 +275,8 @@ DEPENDENCIES
jekyll-feed (~> 0.12)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
wdm (~> 0.2.0)
webrick (~> 1.7)

BUNDLED WITH
2.5.10
2.4.20

0 comments on commit 32f9c89

Please sign in to comment.