Skip to content

Commit e5216b9

Browse files
authored
Merge pull request #3 from Monixc/dependabot/bundler/webrick-1.9.1
build(deps): bump webrick from 1.8.2 to 1.9.1
2 parents 10f168b + 1458a46 commit e5216b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
66

77
gem "jekyll", "~> 4.3"
88
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"
9-
gem "webrick", "~> 1.8"
9+
gem "webrick", "~> 1.9"
1010
gem "nokogiri"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ GEM
7676
terminal-table (3.0.2)
7777
unicode-display_width (>= 1.1.1, < 3)
7878
unicode-display_width (2.6.0)
79-
webrick (1.8.2)
79+
webrick (1.9.1)
8080

8181
PLATFORMS
8282
ruby
@@ -85,7 +85,7 @@ DEPENDENCIES
8585
jekyll (~> 4.3)
8686
jekyll-last-modified-at!
8787
nokogiri
88-
webrick (~> 1.8)
88+
webrick (~> 1.9)
8989

9090
BUNDLED WITH
9191
2.2.3

0 commit comments

Comments
 (0)