From f920818aec5563a06e8aee870d7c057315dc27dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 20:11:20 +0000 Subject: [PATCH] Bump webrick from 1.4.2 to 1.6.1 Bumps [webrick](https://github.com/ruby/webrick) from 1.4.2 to 1.6.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](https://github.com/ruby/webrick/compare/v1.4.2...v1.6.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4d9aede..fa3fa9c 100644 --- a/Gemfile +++ b/Gemfile @@ -6,5 +6,5 @@ gem 'facets', '~> 3.1' gem 'thor', '~> 0.19' gem 'aws-sdk', '~> 2.6' gem 'json', '~> 2.0' -gem 'webrick', '~> 1.4.2' +gem 'webrick', '~> 1.6.1' gem 'bigdecimal' diff --git a/Gemfile.lock b/Gemfile.lock index c4fd6f5..27c5b16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM coercible (~> 1.0) descendants_tracker (~> 0.0, >= 0.0.3) equalizer (~> 0.0, >= 0.0.9) - webrick (1.4.2) + webrick (1.6.1) websocket-driver (0.7.0) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.3) @@ -75,7 +75,7 @@ DEPENDENCIES slack-ruby-client (~> 0.7) thor (~> 0.19) virtus (~> 1.0) - webrick (~> 1.4.2) + webrick (~> 1.6.1) BUNDLED WITH 2.0.1