diff --git a/Gemfile.lock b/Gemfile.lock index 4764ba81..ea1f7e99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,18 +48,18 @@ GEM argon2 (2.0.2) ffi (~> 1.9) ffi-compiler (>= 0.1) - ast (2.4.0) + ast (2.4.2) bcrypt (3.1.15) bindex (0.5.0) builder (3.2.4) byebug (11.1.3) - capybara (3.33.0) + capybara (3.35.3) addressable mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) capybara-email (3.0.2) capybara (>= 2.4, < 4.0) @@ -99,7 +99,6 @@ GEM activesupport (>= 4.2.0) i18n (1.8.5) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) jbuilder (2.10.1) activesupport (>= 5.0.0) jquery-rails (4.4.0) @@ -121,21 +120,23 @@ GEM method_source (1.0.0) mimemagic (0.3.5) mini_mime (1.0.2) - mini_portile2 (2.4.0) + mini_portile2 (2.5.0) minitest (5.14.2) mustache (1.1.1) nio4r (2.5.3) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) - parallel (1.19.1) - parser (2.7.0.5) - ast (~> 2.4.0) + nokogiri (1.11.1) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + parallel (1.20.1) + parser (3.0.0.0) + ast (~> 2.4.1) pg (0.21.0) pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.5) + public_suffix (4.0.6) puma (3.12.6) + racc (1.5.2) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -169,17 +170,20 @@ GEM rb-inotify (0.10.0) ffi (~> 1.0) rb-readline (0.5.5) - regexp_parser (1.7.1) + regexp_parser (2.1.1) rexml (3.2.4) - rubocop (0.81.0) - jaro_winkler (~> 1.5.1) + rubocop (1.11.0) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.8, < 3.0) rexml + rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - ruby-progressbar (1.10.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.4.1) + parser (>= 2.7.1.5) + ruby-progressbar (1.11.0) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -215,7 +219,7 @@ GEM thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.7.0) + unicode-display_width (2.0.0) web-console (3.7.0) actionview (>= 5.0) activemodel (>= 5.0)