Skip to content

Commit 27b3140

Browse files
authored
Merge pull request #449 from apache/dependabot/bundler/webrick-1.8.2
Bump webrick from 1.8.1 to 1.8.2
2 parents 000573f + 3ff2765 commit 27b3140

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)