Skip to content

Commit 203a997

Browse files
committed
chore(deps): lock file maintenance docs
1 parent dfa3ff8 commit 203a997

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
2929

3030
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3131
# do not have a Java counterpart.
32-
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
32+
gem "http_parser.rb", "~> 0.8.0", :platforms => [:jruby]
3333
gem "webrick", "~> 1.7"

docs/Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
addressable (2.8.8)
1818
public_suffix (>= 2.0.2, < 8.0)
1919
base64 (0.3.0)
20-
bigdecimal (3.3.1)
20+
bigdecimal (4.0.1)
2121
coffee-script (2.4.1)
2222
coffee-script-source
2323
execjs
@@ -104,8 +104,8 @@ GEM
104104
html-pipeline (2.14.3)
105105
activesupport (>= 2)
106106
nokogiri (>= 1.4)
107-
http_parser.rb (0.8.0)
108-
i18n (1.14.7)
107+
http_parser.rb (0.8.1)
108+
i18n (1.14.8)
109109
concurrent-ruby (~> 1.0)
110110
jekyll (3.10.0)
111111
addressable (~> 2.4)
@@ -232,8 +232,9 @@ GEM
232232
jekyll (>= 3.5, < 5.0)
233233
jekyll-feed (~> 0.9)
234234
jekyll-seo-tag (~> 2.1)
235-
minitest (5.27.0)
236-
net-http (0.8.0)
235+
minitest (6.0.0)
236+
prism (~> 1.5)
237+
net-http (0.9.1)
237238
uri (>= 0.11.1)
238239
nokogiri (1.18.10-x86_64-linux-gnu)
239240
racc (~> 1.4)
@@ -242,6 +243,7 @@ GEM
242243
sawyer (~> 0.9)
243244
pathutil (0.16.2)
244245
forwardable-extended (~> 2.6)
246+
prism (1.7.0)
245247
public_suffix (5.1.1)
246248
racc (1.8.1)
247249
rb-fsevent (0.11.2)
@@ -276,7 +278,7 @@ PLATFORMS
276278

277279
DEPENDENCIES
278280
github-pages
279-
http_parser.rb (~> 0.6.0)
281+
http_parser.rb (~> 0.8.0)
280282
jekyll-feed (~> 0.12)
281283
tzinfo (>= 1, < 3)
282284
tzinfo-data

0 commit comments

Comments
 (0)