diff --git a/Gemfile.lock b/Gemfile.lock index 5ea49892..bc6d8d06 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,44 +10,57 @@ GEM remote: http://rubygems.org/ specs: ZenTest (4.4.2) - actionpack (3.2.1) - activemodel (= 3.2.1) - activesupport (= 3.2.1) - builder (~> 3.0.0) - erubis (~> 2.7.0) - journey (~> 1.0.1) - rack (~> 1.4.0) - rack-cache (~> 1.1) - rack-test (~> 0.6.1) - sprockets (~> 2.1.2) - activemodel (3.2.1) - activesupport (= 3.2.1) - builder (~> 3.0.0) - activerecord (3.2.1) - activemodel (= 3.2.1) - activesupport (= 3.2.1) - arel (~> 3.0.0) - tzinfo (~> 0.3.29) - activesupport (3.2.1) - i18n (~> 0.6) - multi_json (~> 1.0) - arel (3.0.0) + actionpack (7.0.4.3) + actionview (= 7.0.4.3) + activesupport (= 7.0.4.3) + 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.3) + activesupport (= 7.0.4.3) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.1, >= 1.2.0) + activemodel (7.0.4.3) + activesupport (= 7.0.4.3) + activerecord (7.0.4.3) + activemodel (= 7.0.4.3) + activesupport (= 7.0.4.3) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) autotest (4.4.6) ZenTest (>= 4.4.1) - builder (3.0.0) + builder (3.2.4) + concurrent-ruby (1.2.2) configatron (2.9.0) yamler (>= 0.1.0) + crass (1.0.6) diff-lcs (1.1.2) - erubis (2.7.0) - hike (1.2.1) - i18n (0.6.0) - journey (1.0.1) - multi_json (1.0.4) - rack (1.4.1) - rack-cache (1.1) - rack (>= 0.4) - rack-test (0.6.1) - rack (>= 1.0) + erubi (1.12.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + loofah (2.20.0) + crass (~> 1.0.2) + nokogiri (>= 1.5.9) + mini_portile2 (2.8.1) + minitest (5.18.0) + nokogiri (1.14.3) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.2) + rack (2.2.6.4) + rack-test (2.1.0) + rack (>= 1.3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.5.0) + loofah (~> 2.19, >= 2.19.1) rake (0.8.7) rcov (0.9.9) rspec (2.4.0) @@ -58,13 +71,9 @@ GEM rspec-expectations (2.4.0) diff-lcs (~> 1.1.2) rspec-mocks (2.4.0) - sprockets (2.1.2) - hike (~> 1.2) - rack (~> 1.0) - tilt (!= 1.3.0, ~> 1.1) sqlite3 (1.3.5) - tilt (1.3.3) - tzinfo (0.3.31) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) yamler (0.1.0) PLATFORMS