From f1c93298c89d0a6da1f801e405d5d976a18793f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 12:01:20 +0000 Subject: [PATCH] Bump has_scope from 0.8.1 to 0.8.2 Bumps [has_scope](https://github.com/heartcombo/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: has_scope dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 80ecf53e8e..601ed46f13 100644 --- a/Gemfile +++ b/Gemfile @@ -118,7 +118,7 @@ gem 'nokogiri', '~> 1.15.4' gem 'premailer-rails', '~> 1.12.0' # filtering -gem 'has_scope', '~> 0.8.1' +gem 'has_scope', '~> 0.8.2' # generating zip files gem 'rubyzip', '~> 2.3.2' diff --git a/Gemfile.lock b/Gemfile.lock index 6a9e9f0661..c129d760ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -202,7 +202,7 @@ GEM globalid (1.2.1) activesupport (>= 6.1) hana (1.3.7) - has_scope (0.8.1) + has_scope (0.8.2) actionpack (>= 5.2) activesupport (>= 5.2) hashdiff (1.0.1) @@ -260,7 +260,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -586,7 +586,7 @@ DEPENDENCIES factory_bot_rails (~> 6.2.0) faker (~> 3.2.1) flamegraph (~> 0.9.5) - has_scope (~> 0.8.1) + has_scope (~> 0.8.2) hcaptcha (~> 7.1.0) httparty (~> 0.21.0) i18n-js (~> 4.2.3)