Skip to content

Commit 894b1a1

Browse files
Bump webrick from 1.8.2 to 1.9.0
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27afbf1 commit 894b1a1

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
@@ -14,7 +14,7 @@ ruby File.read('.ruby-version').strip.split('-').last
1414
# Happy Jekylling!
1515
gem 'jekyll', '~> 4.3'
1616
gem 'rake', '~> 13.2'
17-
gem 'webrick', '~> 1.8'
17+
gem 'webrick', '~> 1.9'
1818

1919
gem 'match_regex', '~> 0.1'
2020
gem 'replace_regex', '~> 0.1'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ GEM
226226
typhoeus (1.4.1)
227227
ethon (>= 0.9.0)
228228
unicode-display_width (2.6.0)
229-
webrick (1.8.2)
229+
webrick (1.9.0)
230230
yell (2.2.2)
231231
zeitwerk (2.6.13)
232232

@@ -260,7 +260,7 @@ DEPENDENCIES
260260
rubocop-performance (~> 1.22)
261261
scss_lint (~> 0.60)
262262
tzinfo-data
263-
webrick (~> 1.8)
263+
webrick (~> 1.9)
264264

265265
RUBY VERSION
266266
ruby 3.2.2p53

0 commit comments

Comments
 (0)