diff --git a/Gemfile.lock b/Gemfile.lock index fc5992c..8870e2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,17 +64,16 @@ GEM zeitwerk (~> 2.2) ast (2.4.0) builder (3.2.4) - byebug (11.1.1) + byebug (11.1.3) concurrent-ruby (1.1.6) crass (1.0.6) - diff-lcs (1.3) + diff-lcs (1.5.0) erubi (1.9.0) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.2) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.4) - loofah (2.4.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -84,17 +83,19 @@ GEM method_source (1.0.0) mimemagic (0.3.4) mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.0) + mini_portile2 (2.8.0) + minitest (5.16.3) nio4r (2.5.2) - nokogiri (1.10.9) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) parallel (1.19.1) parser (2.7.0.4) ast (~> 2.4.0) + racc (1.6.0) rack (2.2.2) - rack-test (1.1.0) - rack (>= 1.0, < 3) + rack-test (2.0.2) + rack (>= 1.3) rails (6.0.2.2) actioncable (= 6.0.2.2) actionmailbox (= 6.0.2.2) @@ -113,7 +114,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.3) loofah (~> 2.3) railties (6.0.2.2) actionpack (= 6.0.2.2) @@ -121,17 +122,19 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) - rainbow (3.0.0) - rake (13.0.1) + rainbow (3.1.1) + rake (13.0.6) + regexp_parser (2.6.0) + rexml (3.2.5) rspec-core (3.9.1) rspec-support (~> 3.9.1) - rspec-expectations (3.9.1) + rspec-expectations (3.9.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-mocks (3.9.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) - rspec-rails (4.0.0) + rspec-rails (4.0.1) actionpack (>= 4.2) activesupport (>= 4.2) railties (>= 4.2) @@ -140,15 +143,19 @@ GEM rspec-mocks (~> 3.9) rspec-support (~> 3.9) rspec-support (3.9.2) - rubocop (0.79.0) - jaro_winkler (~> 1.5.1) + rubocop (0.86.0) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + regexp_parser (>= 1.7) + rexml + rubocop-ast (>= 0.0.3, < 1.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 1.7) - rubocop-performance (1.5.2) - rubocop (>= 0.71.0) + unicode-display_width (>= 1.4.0, < 2.0) + rubocop-ast (0.2.0) + parser (>= 2.7.0.1) + rubocop-performance (1.7.1) + rubocop (>= 0.82.0) rubocop-rails (2.4.1) rack (>= 1.1) rubocop (>= 0.72.0) @@ -156,12 +163,13 @@ GEM sprockets (4.0.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) - actionpack (>= 4.0) - activesupport (>= 4.0) + sprockets-rails (3.4.2) + actionpack (>= 5.2) + activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.2) - thor (1.0.1) + sqlite3 (1.5.3) + mini_portile2 (~> 2.8.0) + thor (1.2.1) thread_safe (0.3.6) tzinfo (1.2.6) thread_safe (~> 0.1) @@ -169,7 +177,7 @@ GEM websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) - zeitwerk (2.3.0) + zeitwerk (2.6.1) PLATFORMS ruby