Skip to content

Commit 0544aab

Browse files
Bump webrick from 1.8.1 to 1.8.2 (#1124)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32ba69c commit 0544aab

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
@@ -34,4 +34,4 @@ end
3434
# Performance-booster for watching directories on Windows
3535
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3636

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
typhoeus (1.4.1)
119119
ethon (>= 0.9.0)
120120
unicode-display_width (1.8.0)
121-
webrick (1.8.1)
121+
webrick (1.8.2)
122122
yell (2.2.2)
123123
zeitwerk (2.6.13)
124124

@@ -141,7 +141,7 @@ DEPENDENCIES
141141
tzinfo (~> 1.2)
142142
tzinfo-data
143143
wdm (~> 0.1.1)
144-
webrick (~> 1.7)
144+
webrick (~> 1.8)
145145

146146
BUNDLED WITH
147147
2.5.6

0 commit comments

Comments
 (0)