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