From 1fdb7752752351ce68b8ed27e69e0a38f6028a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Sep 2021 20:21:41 +0000 Subject: [PATCH] Bump clearance from 1.17.0 to 2.5.0 Bumps [clearance](https://github.com/thoughtbot/clearance) from 1.17.0 to 2.5.0. - [Release notes](https://github.com/thoughtbot/clearance/releases) - [Changelog](https://github.com/thoughtbot/clearance/blob/main/NEWS.md) - [Commits](https://github.com/thoughtbot/clearance/compare/v1.17.0...v2.5.0) --- updated-dependencies: - dependency-name: clearance dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 61 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 26 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 65ead96..368606d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,10 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) arel (9.0.0) - bcrypt (3.1.13) + argon2 (2.0.2) + ffi (~> 1.9) + ffi-compiler (>= 0.1) + bcrypt (3.1.16) bindex (0.8.1) bootsnap (1.4.5) msgpack (~> 1.0) @@ -62,13 +65,14 @@ GEM regexp_parser (~> 1.5) xpath (~> 3.2) childprocess (3.0.0) - clearance (1.17.0) - actionmailer (>= 3.1) - activemodel (>= 3.1) - activerecord (>= 3.1) - bcrypt - email_validator (~> 1.4) - railties (>= 3.1) + clearance (2.5.0) + actionmailer (>= 5.0) + activemodel (>= 5.0) + activerecord (>= 5.0) + argon2 (~> 2.0, >= 2.0.2) + bcrypt (>= 3.1.1) + email_validator (~> 2.0) + railties (>= 5.0) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -76,13 +80,13 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.9) crass (1.0.6) database_cleaner (1.7.0) diff-lcs (1.3) - email_validator (1.6.0) + email_validator (2.2.3) activemodel - erubi (1.9.0) + erubi (1.10.0) execjs (2.7.0) factory_bot (5.0.2) activesupport (>= 4.2.0) @@ -90,12 +94,15 @@ GEM factory_bot (~> 5.0.2) railties (>= 4.2.0) ffi (1.11.1) + ffi-compiler (1.0.1) + ffi (>= 1.0.0) + rake flatpickr_rails (1.1.0) railties (>= 3.0) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (0.5.2) + activesupport (>= 5.0) gravatarify (3.1.1) - i18n (1.8.2) + i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.9.1) activesupport (>= 4.2.0) @@ -127,26 +134,28 @@ GEM rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) - loofah (2.5.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) marcel (0.3.3) mimemagic (~> 0.3.2) - method_source (0.9.2) + method_source (1.0.0) mimemagic (0.3.3) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) + mini_mime (1.1.1) + mini_portile2 (2.6.1) + minitest (5.14.4) msgpack (1.3.1) nio4r (2.5.1) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.12.4) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) pg (1.1.4) public_suffix (4.0.1) puma (3.12.4) - rack (2.0.8) + racc (1.5.2) + rack (2.2.3) rack-mini-profiler (1.1.4) rack (>= 1.2.0) rack-test (1.1.0) @@ -171,7 +180,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.3.0) + rails-html-sanitizer (1.4.2) loofah (~> 2.3) railties (5.2.3) actionpack (= 5.2.3) @@ -179,7 +188,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) - rake (12.3.3) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) @@ -231,13 +240,13 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (0.20.3) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.9) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3)