Skip to content

Commit 1866510

Browse files
authored
Merge pull request #21 from automaticanalysis/dependabot/bundler/webrick-1.8.2
Bump webrick from 1.7.0 to 1.8.2
2 parents de2acac + c68e48c commit 1866510

2 files changed

Lines changed: 15 additions & 16 deletions

File tree

Gemfile

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
source "https://rubygems.org"
2-
3-
gem "github-pages"
4-
5-
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
6-
7-
group :jekyll_plugins do
8-
gem "jekyll-remote-theme"
9-
gem "jekyll-include-cache"
10-
end
11-
gem "webrick", ">= 1.8.2"
12-
gem "nokogiri", ">= 1.12.5"
13-
gem "commonmarker", ">= 0.23.4"
14-
gem "rexml", ">= 3.3.9"
1+
source "https://rubygems.org"
2+
3+
gem "github-pages"
4+
5+
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
6+
7+
group :jekyll_plugins do
8+
gem "jekyll-remote-theme"
9+
gem "jekyll-include-cache"
10+
end
11+
gem "webrick", "~> 1.8"
12+
gem "nokogiri", ">= 1.12.5"
13+
gem "commonmarker", ">= 0.23.4"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ GEM
277277
unf_ext (0.0.8-x64-mingw32)
278278
unicode-display_width (1.8.0)
279279
wdm (0.1.1)
280-
webrick (1.7.0)
280+
webrick (1.8.2)
281281
zeitwerk (2.6.6)
282282

283283
PLATFORMS
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
jekyll-remote-theme
292292
nokogiri (>= 1.12.5)
293293
wdm (~> 0.1.1)
294-
webrick (~> 1.7)
294+
webrick (~> 1.8)
295295

296296
BUNDLED WITH
297297
2.2.19

0 commit comments

Comments
 (0)