diff --git a/Gemfile.lock b/Gemfile.lock index 56057dc..7f8aa84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,22 +6,22 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (5.0.0.1) - actionview (= 5.0.0.1) - activesupport (= 5.0.0.1) - rack (~> 2.0) - rack-test (~> 0.6.3) + actionpack (5.2.7.1) + actionview (= 5.2.7.1) + activesupport (= 5.2.7.1) + 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.0.0.1) - activesupport (= 5.0.0.1) + actionview (5.2.7.1) + activesupport (= 5.2.7.1) builder (~> 3.1) - erubis (~> 2.7.0) + erubi (~> 1.4) rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.0, >= 1.0.2) - activesupport (5.0.0.1) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activesupport (5.2.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) appraisal (2.1.0) @@ -29,7 +29,7 @@ GEM rake thor (>= 0.14.0) ast (2.3.0) - builder (3.2.2) + builder (3.2.4) byebug (5.0.0) columnize (= 0.9.0) climate_control (0.1.0) @@ -40,25 +40,26 @@ GEM activesupport (>= 3.0.0) railties (>= 3.0.0) thor (>= 0.14.6) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) + crass (1.0.6) diff-lcs (1.2.5) - erubis (2.7.0) + erubi (1.10.0) fasterer (0.3.2) colorize (~> 0.7) ruby_parser (~> 3.7) - i18n (0.7.0) - loofah (2.0.3) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + loofah (2.16.0) + crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.8.2) - mini_portile2 (2.1.0) - minitest (5.9.1) - nokogiri (1.6.8) - mini_portile2 (~> 2.1.0) - pkg-config (~> 1.1.7) + mini_portile2 (2.4.0) + minitest (5.15.0) + nokogiri (1.10.10) + mini_portile2 (~> 2.4.0) parallel (1.12.0) parser (2.4.0.0) ast (~> 2.2) - pkg-config (1.1.7) powerpack (0.1.1) pry (0.10.3) coderay (~> 1.1.0) @@ -67,20 +68,20 @@ GEM pry-byebug (3.2.0) byebug (~> 5.0) pry (~> 0.10) - rack (2.0.1) - rack-test (0.6.3) - rack (>= 1.0) - rails-dom-testing (2.0.1) - activesupport (>= 4.2.0, < 6.0) - nokogiri (~> 1.6.0) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (5.0.0.1) - actionpack (= 5.0.0.1) - activesupport (= 5.0.0.1) + rack (2.2.3) + rack-test (1.1.0) + rack (>= 1.0, < 3) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.4.2) + loofah (~> 2.3) + railties (5.2.7.1) + actionpack (= 5.2.7.1) + activesupport (= 5.2.7.1) method_source rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) + thor (>= 0.19.0, < 2.0) rainbow (2.2.2) rake rake (10.4.2) @@ -109,9 +110,9 @@ GEM sexp_processor (~> 4.1) sexp_processor (4.7.0) slop (3.6.0) - thor (0.19.1) - thread_safe (0.3.5) - tzinfo (1.2.2) + thor (1.2.1) + thread_safe (0.3.6) + tzinfo (1.2.9) thread_safe (~> 0.1) unicode-display_width (1.3.0)