From 106080f342d1ba64cf263b514c007132584ad32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:20:50 +0000 Subject: [PATCH] Bump the rails_61 group in /gemfiles/rails_61 with 2 updates (#883) Bumps the rails_61 group in /gemfiles/rails_61 with 2 updates: [responders](https://github.com/heartcombo/responders) and [has_scope](https://github.com/heartcombo/has_scope). Updates `responders` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/heartcombo/responders/releases) - [Changelog](https://github.com/heartcombo/responders/blob/main/CHANGELOG.md) - [Commits](https://github.com/heartcombo/responders/compare/v3.1.0...v3.1.1) Updates `has_scope` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/heartcombo/has_scope/releases) - [Changelog](https://github.com/heartcombo/has_scope/blob/main/CHANGELOG.md) - [Commits](https://github.com/heartcombo/has_scope/compare/v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: responders dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_61 - dependency-name: has_scope dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_61 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gemfiles/rails_61/Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gemfiles/rails_61/Gemfile.lock b/gemfiles/rails_61/Gemfile.lock index e4dc0f27..609c8f9e 100644 --- a/gemfiles/rails_61/Gemfile.lock +++ b/gemfiles/rails_61/Gemfile.lock @@ -79,12 +79,12 @@ GEM erubi (1.12.0) globalid (1.2.1) activesupport (>= 6.1) - has_scope (0.8.1) + has_scope (0.8.2) actionpack (>= 5.2) activesupport (>= 5.2) i18n (1.14.1) concurrent-ruby (~> 1.0) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -158,7 +158,7 @@ GEM rake (>= 12.2) thor (~> 1.0) rake (13.0.6) - responders (3.1.0) + responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.6) @@ -180,7 +180,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - thor (1.2.2) + thor (1.3.0) timeout (0.4.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0)