From b73d091ca3e8c03d9469f3cbf57a4601c51b3096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:38:30 +0000 Subject: [PATCH] Bump loofah from 2.2.3 to 2.22.0 Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.22.0. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/main/CHANGELOG.md) - [Commits](https://github.com/flavorjones/loofah/compare/v2.2.3...v2.22.0) --- updated-dependencies: - dependency-name: loofah dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index df61ccc..73b063e 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development, :test do gem "byebug" gem "capybara" gem "database_cleaner" - gem "loofah", "~> 2.2.1" + gem "loofah", "~> 2.22.0" gem "puma", "~> 3.12.0" gem "rspec-rails" gem "selenium-webdriver" diff --git a/Gemfile.lock b/Gemfile.lock index 3778d63..4697857 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,9 +114,9 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) jwt (2.7.1) - loofah (2.2.3) + loofah (2.22.0) crass (~> 1.0.2) - nokogiri (>= 1.5.9) + nokogiri (>= 1.12.0) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -268,7 +268,7 @@ DEPENDENCIES byebug capybara database_cleaner - loofah (~> 2.2.1) + loofah (~> 2.22.0) puma (~> 3.12.0) rails (~> 7.0.8) rspec-rails