Skip to content

Commit b9dd96b

Browse files
build(deps-dev): bump webrick from 1.9.1 to 1.9.2 (#4715)
Bumps [webrick](https://github.com/ruby/webrick) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.9.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed3a80c commit b9dd96b

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
@@ -88,7 +88,7 @@ group :test do
8888
gem 'rubocop-sequel', '~> 0.4.1'
8989
gem 'timecop'
9090
gem 'webmock', '> 2.3.1'
91-
gem 'webrick', '~> 1.9.0'
91+
gem 'webrick', '~> 1.9.2'
9292
end
9393

9494
group :development do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ GEM
589589
addressable (>= 2.8.0)
590590
crack (>= 0.3.2)
591591
hashdiff (>= 0.4.0, < 2.0.0)
592-
webrick (1.9.1)
592+
webrick (1.9.2)
593593
xml-simple (1.1.9)
594594
rexml
595595
yajl-ruby (1.4.3)
@@ -689,7 +689,7 @@ DEPENDENCIES
689689
uri (~> 1.1)
690690
vmstat (~> 2.3)
691691
webmock (> 2.3.1)
692-
webrick (~> 1.9.0)
692+
webrick (~> 1.9.2)
693693

694694
BUNDLED WITH
695695
2.4.19

0 commit comments

Comments
 (0)