diff --git a/Gemfile.lock b/Gemfile.lock index 2dcebb3..803e445 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,36 +17,37 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.1.6.1) - actionview (= 5.1.6.1) - activesupport (= 5.1.6.1) - rack (~> 2.0) + actionpack (6.0.3.2) + actionview (= 6.0.3.2) + activesupport (= 6.0.3.2) + rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.1.6.1) - activesupport (= 5.1.6.1) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (6.0.3.2) + activesupport (= 6.0.3.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (5.1.6.1) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activesupport (6.0.3.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) backports (3.11.4) - builder (3.2.3) + builder (3.2.4) charlock_holmes (0.7.7) coderay (1.1.2) commonmarker (0.20.1) ruby-enum (~> 0.5) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.6) crack (0.4.3) safe_yaml (~> 1.0.0) - crass (1.0.4) + crass (1.0.6) diff-lcs (1.3) erubi (1.9.0) escape_utils (1.1.1) @@ -62,16 +63,16 @@ GEM tilt hashdiff (0.3.7) hashie (3.6.0) - html-pipeline (2.12.0) + html-pipeline (2.13.0) activesupport (>= 2) nokogiri (>= 1.4) html-pipeline-rouge_filter (1.0.7) activesupport html-pipeline (>= 1.11) rouge (>= 2.0.0, < 4) - i18n (1.1.1) + i18n (1.8.5) concurrent-ruby (~> 1.0) - loofah (2.3.0) + loofah (2.6.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) @@ -79,16 +80,16 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.1) multi_json (1.13.1) mustermann (1.0.3) - nokogiri (1.10.4) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.3) - rack (2.0.6) + rack (2.2.3) rack-protection (2.0.4) rack rack-test (1.1.0) @@ -102,7 +103,7 @@ GEM rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - rouge (3.11.1) + rouge (3.21.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -150,13 +151,14 @@ GEM thor (0.19.4) thread_safe (0.3.6) tilt (2.0.8) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) vcr (4.0.0) webmock (3.4.2) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff + zeitwerk (2.4.0) PLATFORMS ruby