diff --git a/Gemfile.lock b/Gemfile.lock index a1fc784..4b61b3e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,48 +9,58 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (3.2.0) - activemodel (= 3.2.0) - activesupport (= 3.2.0) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.0) - rack (~> 1.4.0) - rack-cache (~> 1.1) - rack-test (~> 0.6.1) - sprockets (~> 2.1.2) - activemodel (3.2.0) - activesupport (= 3.2.0) - builder (~> 3.0.0) - activesupport (3.2.0) - i18n (~> 0.6) - multi_json (~> 1.0) + actionpack (7.0.4.1) + actionview (= 7.0.4.1) + activesupport (= 7.0.4.1) + rack (~> 2.0, >= 2.2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.2.0) + actionview (7.0.4.1) + activesupport (= 7.0.4.1) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) appraisal (2.2.0) bundler rake thor (>= 0.14.0) - builder (3.0.4) - concurrent-ruby (1.1.5) - erubis (2.7.0) - hike (1.2.3) - i18n (0.9.5) + builder (3.2.4) + concurrent-ruby (1.1.10) + crass (1.0.6) + erubi (1.12.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) - journey (1.0.4) + loofah (2.19.1) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mini_portile2 (2.8.1) minitest (5.11.3) - multi_json (1.13.1) - rack (1.4.7) - rack-cache (1.9.0) - rack (>= 0.4) - rack-test (0.6.3) - rack (>= 1.0) + nokogiri (1.14.0) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.2) + rack (2.2.6.2) + rack-test (2.0.2) + rack (>= 1.3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.4.4) + loofah (~> 2.19, >= 2.19.1) rake (10.5.0) - sprockets (2.1.4) - hike (~> 1.2) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) thor (0.20.3) - tilt (1.4.1) typed_array (1.0.2) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby