Skip to content

Commit ce3359e

Browse files
Bump webrick from 1.7.0 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 089117b commit ce3359e

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
@@ -9,4 +9,4 @@ gem 'kramdown-parser-gfm', '~> 1.1'
99
gem 'jekyll-paginate', '=1.1.0'
1010
gem 'rake'
1111

12-
gem "webrick", "~> 1.7"
12+
gem "webrick", "~> 1.8"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
terminal-table (3.0.2)
6969
unicode-display_width (>= 1.1.1, < 3)
7070
unicode-display_width (2.5.0)
71-
webrick (1.7.0)
71+
webrick (1.8.2)
7272

7373
PLATFORMS
7474
ruby
@@ -81,7 +81,7 @@ DEPENDENCIES
8181
jekyll-paginate (= 1.1.0)
8282
kramdown-parser-gfm (~> 1.1)
8383
rake
84-
webrick (~> 1.7)
84+
webrick (~> 1.8)
8585

8686
RUBY VERSION
8787
ruby 3.3.1p55

0 commit comments

Comments
 (0)