From a5d9e36af187b5237e80953c014168a129a750d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:53:54 +0000 Subject: [PATCH] Bump rack from 2.2.2 to 2.2.6.2 in /service Bumps [rack](https://github.com/rack/rack) from 2.2.2 to 2.2.6.2. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.2...v2.2.6.2) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- service/Gemfile.lock | 56 ++++---------------------------------------- 1 file changed, 5 insertions(+), 51 deletions(-) diff --git a/service/Gemfile.lock b/service/Gemfile.lock index 48dd4b4..c142e27 100644 --- a/service/Gemfile.lock +++ b/service/Gemfile.lock @@ -39,19 +39,15 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) arel (8.0.0) - ast (2.4.0) builder (3.2.4) byebug (11.0.1) concurrent-ruby (1.1.6) crass (1.0.6) - database_cleaner (1.8.3) - diff-lcs (1.3) erubi (1.9.0) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.2) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) loofah (2.4.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -62,14 +58,14 @@ GEM mini_portile2 (2.4.0) minitest (5.14.0) nio4r (2.5.2) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) nokogiri (1.10.9-x86-mingw32) mini_portile2 (~> 2.4.0) - parallel (1.19.1) - parser (2.7.0.4) - ast (~> 2.4.0) + pg (1.2.2) pg (1.2.2-x86-mingw32) puma (3.12.4) - rack (2.2.2) + rack (2.2.6.2) rack-test (1.1.0) rack (>= 1.0, < 3) rails (5.1.7) @@ -95,42 +91,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rainbow (3.0.0) rake (13.0.1) - rexml (3.2.4) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.1) - rspec-support (~> 3.9.1) - rspec-expectations (3.9.0) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.1) - diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-rails (3.9.0) - actionpack (>= 3.0) - activesupport (>= 3.0) - railties (>= 3.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-support (~> 3.9.0) - rspec-support (3.9.2) - rubocop (0.80.1) - jaro_winkler (~> 1.5.1) - parallel (~> 1.10) - parser (>= 2.7.0.1) - rainbow (>= 2.2.2, < 4.0) - rexml - ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) - ruby-progressbar (1.10.1) - shoulda-matchers (3.1.3) - activesupport (>= 4.0.0) - simple_command (0.1.0) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -144,26 +105,19 @@ GEM thread_safe (~> 0.1) tzinfo-data (1.2019.3) tzinfo (>= 1.0.0) - unicode-display_width (1.6.1) websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) PLATFORMS x86-mingw32 + x86_64-linux DEPENDENCIES byebug - database_cleaner pg (>= 0.18, < 2.0) puma (~> 3.7) rails (~> 5.1.7) - rspec - rspec-mocks - rspec-rails - rubocop - shoulda-matchers (~> 3.1) - simple_command tzinfo-data BUNDLED WITH