Skip to content

Commit 3ff2765

Browse files
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](ruby/webrick@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 000573f commit 3ff2765

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
@@ -3,5 +3,5 @@ source 'https://rubygems.org'
33
gem 'jekyll', '>= 4.2.0'
44
gem 'jekyll-redirect-from', '>= 0.16.0'
55

6-
gem "webrick", "~> 1.7"
6+
gem "webrick", "~> 1.8"
77
gem "google-protobuf", "3.25.5"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ GEM
115115
terminal-table (3.0.2)
116116
unicode-display_width (>= 1.1.1, < 3)
117117
unicode-display_width (2.6.0)
118-
webrick (1.8.1)
118+
webrick (1.8.2)
119119

120120
PLATFORMS
121121
aarch64-linux
@@ -148,7 +148,7 @@ DEPENDENCIES
148148
google-protobuf (= 3.25.5)
149149
jekyll (>= 4.2.0)
150150
jekyll-redirect-from (>= 0.16.0)
151-
webrick (~> 1.7)
151+
webrick (~> 1.8)
152152

153153
RUBY VERSION
154154
ruby 3.3.4p94

0 commit comments

Comments
 (0)