From 7ce47745277c755de2bf40361f36a2b1ebacf11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 23:03:18 +0000 Subject: [PATCH] build(deps): bump rack from 3.0.8 to 3.0.9.1 Bumps [rack](https://github.com/rack/rack) from 3.0.8 to 3.0.9.1. - [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/v3.0.8...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index df66b79..b381f16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,8 +3,8 @@ PATH specs: Dutchie-Style (2.0.7) rubocop (~> 1.56) - rubocop-rails - rubocop-rspec + rubocop-rails (~> 2.21) + rubocop-rspec (~> 2.24) GEM remote: https://rubygems.org/ @@ -28,7 +28,7 @@ GEM ast (~> 2.4.1) racc racc (1.7.1) - rack (3.0.8) + rack (3.0.9.1) rainbow (3.1.1) rake (12.3.3) regexp_parser (2.8.1) @@ -64,12 +64,12 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.23.1) rubocop (~> 1.33) - rubocop-rails (2.14.2) + rubocop-rails (2.22.1) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) - rubocop-rspec (2.23.2) - rubocop (~> 1.33) + rubocop (>= 1.33.0, < 2.0) + rubocop-rspec (2.26.1) + rubocop (~> 1.40) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0)