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)