diff --git a/Gemfile.lock b/Gemfile.lock index 2dcebb3..d6e5915 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,38 +17,38 @@ 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 (7.0.3.1) + actionview (= 7.0.3.1) + activesupport (= 7.0.3.1) + rack (~> 2.0, >= 2.2.0) 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 (7.0.3.1) + activesupport (= 7.0.3.1) 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 (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) 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.10) 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) + erubi (1.10.0) escape_utils (1.1.1) ffi (1.11.1) gemoji (3.0.1) @@ -62,33 +62,35 @@ GEM tilt hashdiff (0.3.7) hashie (3.6.0) - html-pipeline (2.12.0) + html-pipeline (2.14.2) 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.12.0) concurrent-ruby (~> 1.0) - loofah (2.3.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.9.2) mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mini_portile2 (2.4.0) - minitest (5.11.3) + mini_portile2 (2.8.0) + minitest (5.16.2) multi_json (1.13.1) mustermann (1.0.3) - nokogiri (1.10.4) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.7) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (3.0.3) - rack (2.0.6) + racc (1.6.0) + rack (2.2.4) rack-protection (2.0.4) rack rack-test (1.1.0) @@ -96,13 +98,13 @@ 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) rake (12.3.1) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) - rouge (3.11.1) + rouge (3.29.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -148,10 +150,9 @@ GEM thor temple (0.8.2) thor (0.19.4) - thread_safe (0.3.6) tilt (2.0.8) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) vcr (4.0.0) webmock (3.4.2) addressable (>= 2.3.6)