From 2c2577553cace3762172a0534f6d035cce45a42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:36:54 +0000 Subject: [PATCH] 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](https://github.com/ruby/webrick/compare/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] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4cfe0af..fbc7b5a 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.1' gem 'rails', '~> 7.2.1' gem 'sassc-rails' gem 'webmock', '~> 3.24.0' -gem 'webrick', '~> 1.8.2' +gem 'webrick', '~> 1.9.0' gem 'aws-sdk', '~> 3' gem 'rexml', '~> 3.3.8' gem 'tzinfo-data' diff --git a/Gemfile.lock b/Gemfile.lock index a3d73fc..8155989 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1853,7 +1853,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.8.2) + webrick (1.9.0) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -1896,7 +1896,7 @@ DEPENDENCIES slop tzinfo-data webmock (~> 3.24.0) - webrick (~> 1.8.2) + webrick (~> 1.9.0) RUBY VERSION ruby 3.3.5p100