diff --git a/Gemfile b/Gemfile index aac2e36..7ade853 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'sass-rails', '>= 6' gem 'webpacker', '~> 4.0' gem 'turbolinks', '~> 5' gem 'bootsnap', '>= 1.4.2', require: false -gem 'clearance', '~> 2.1' +gem 'clearance', '~> 2.5' gem 'acts-as-taggable-on', '~> 6.0' gem 'kaminari', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 40d2d00..dd5a7bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,10 @@ GEM activerecord (>= 5.0, < 6.1) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.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.6) msgpack (~> 1.0) @@ -74,32 +77,36 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - clearance (2.1.0) + 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) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.9) crass (1.0.6) database_cleaner (1.8.4) database_cleaner-active_record (1.8.0) activerecord database_cleaner (~> 1.8.0) diff-lcs (1.3) - email_validator (2.0.1) + email_validator (2.2.3) activemodel - erubi (1.9.0) + erubi (1.10.0) factory_bot (5.1.2) activesupport (>= 4.2.0) factory_bot_rails (5.1.1) factory_bot (~> 5.1.0) railties (>= 4.2.0) ffi (1.12.2) - globalid (0.4.2) - activesupport (>= 4.2.0) - i18n (1.8.2) + ffi-compiler (1.0.1) + ffi (>= 1.0.0) + rake + globalid (0.5.2) + activesupport (>= 5.0) + i18n (1.8.10) concurrent-ruby (~> 1.0) kaminari (1.2.0) activesupport (>= 4.1.0) @@ -117,7 +124,7 @@ 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) @@ -126,18 +133,20 @@ GEM mimemagic (~> 0.3.2) method_source (1.0.0) mimemagic (0.3.4) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.0) + mini_mime (1.1.1) + mini_portile2 (2.6.1) + minitest (5.14.4) msgpack (1.3.3) nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.12.4) + mini_portile2 (~> 2.6.1) + racc (~> 1.4) pg (1.2.3) public_suffix (4.0.4) puma (4.3.3) nio4r (~> 2.0) - rack (2.2.2) + racc (1.5.2) + rack (2.2.3) rack-proxy (0.6.5) rack rack-test (1.1.0) @@ -160,7 +169,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 (6.0.2.2) actionpack (= 6.0.2.2) @@ -168,7 +177,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) - rake (13.0.1) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -214,13 +223,13 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - thor (1.0.1) + thor (1.1.0) thread_safe (0.3.6) tilt (2.0.10) turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) web-console (4.0.1) actionview (>= 6.0.0) @@ -236,7 +245,7 @@ GEM websocket-extensions (0.1.4) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) + zeitwerk (2.4.2) PLATFORMS ruby @@ -246,7 +255,7 @@ DEPENDENCIES bootsnap (>= 1.4.2) byebug capybara (~> 3.32, >= 3.32.1) - clearance (~> 2.1) + clearance (~> 2.5) database_cleaner-active_record (~> 1.8) factory_bot_rails (~> 5.1, >= 5.1.1) kaminari (~> 1.2)