Bump webrick from 1.8.1 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a161c2c7f3
commit
11bb3d4a76
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -25,4 +25,4 @@ group :development do
|
|||
end
|
||||
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
gem "webrick", "~> 1.8"
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ GEM
|
|||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
unicode-display_width (2.4.2)
|
||||
webrick (1.8.1)
|
||||
webrick (1.8.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
@ -102,7 +102,7 @@ DEPENDENCIES
|
|||
jekyll-seo-tag
|
||||
jekyll-sitemap
|
||||
rake
|
||||
webrick (~> 1.7)
|
||||
webrick (~> 1.8)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.15
|
||||
|
|
|
|||
Loading…
Reference in a new issue