Skip to content

Commit 4cb5186

Browse files
Bump webrick from 1.8.2 to 1.9.1
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.2 to 1.9.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.2...v1.9.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 90855a8 commit 4cb5186

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ end
88
# Performance-booster for watching directories on Windows
99
gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
1010

11-
gem "webrick", "~> 1.8"
11+
gem "webrick", "~> 1.9"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ GEM
270270
unicode-display_width (1.8.0)
271271
uri (0.13.1)
272272
wdm (0.1.1)
273-
webrick (1.8.2)
273+
webrick (1.9.1)
274274

275275
PLATFORMS
276276
ruby
@@ -279,7 +279,7 @@ PLATFORMS
279279
DEPENDENCIES
280280
github-pages
281281
wdm (~> 0.1.0)
282-
webrick (~> 1.8)
282+
webrick (~> 1.9)
283283

284284
BUNDLED WITH
285285
2.2.22

0 commit comments

Comments
 (0)