Skip to content

Commit fe3beb9

Browse files
chore(deps): bump webrick from 1.8.1 to 1.8.2 (#385)
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 7b481c0 commit fe3beb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
3939
# Performance-booster for watching directories on Windows
4040
gem 'wdm', '~> 0.1.0' if Gem.win_platform?
4141

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ GEM
109109
ttfunk (1.7.0)
110110
typhoeus (1.4.0)
111111
ethon (>= 0.9.0)
112-
webrick (1.8.1)
112+
webrick (1.8.2)
113113
yell (2.2.2)
114114
zeitwerk (2.6.8)
115115

@@ -126,7 +126,7 @@ DEPENDENCIES
126126
kramdown-parser-gfm
127127
rake
128128
tzinfo-data
129-
webrick (~> 1.7)
129+
webrick (~> 1.8)
130130

131131
BUNDLED WITH
132132
2.2.23

0 commit comments

Comments
 (0)