diff --git a/athloi/Gemfile.lock b/athloi/Gemfile.lock index ad28ee32..ac962b2b 100644 --- a/athloi/Gemfile.lock +++ b/athloi/Gemfile.lock @@ -1,22 +1,22 @@ GEM remote: https://rubygems.org/ specs: - actionpack (5.0.2) - actionview (= 5.0.2) - activesupport (= 5.0.2) + actionpack (5.0.7.2) + actionview (= 5.0.7.2) + activesupport (= 5.0.7.2) rack (~> 2.0) rack-test (~> 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.2) - actionview (5.0.2) - activesupport (= 5.0.2) + actionview (5.0.7.2) + activesupport (= 5.0.7.2) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.0.3) - activesupport (5.0.2) + activesupport (5.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) + i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) addressable (2.5.0) @@ -36,7 +36,8 @@ GEM childprocess (0.6.2) ffi (~> 1.0, >= 1.0.11) coderay (1.1.1) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.5) + crass (1.0.4) cucumber (2.4.0) builder (>= 2.1.2) cucumber-core (~> 1.5.0) @@ -58,21 +59,23 @@ GEM erubis (2.7.0) ffi (1.9.18) gherkin (4.0.0) - i18n (0.8.1) + i18n (1.6.0) + concurrent-ruby (~> 1.0) launchy (2.4.3) addressable (~> 2.3) - loofah (2.0.3) + loofah (2.2.3) + crass (~> 1.0.2) nokogiri (>= 1.5.9) method_source (0.8.2) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.1.0) - minitest (5.10.1) + mini_portile2 (2.4.0) + minitest (5.11.3) multi_json (1.12.1) multi_test (0.1.2) - nokogiri (1.7.0.1) - mini_portile2 (~> 2.1.0) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -81,21 +84,21 @@ GEM byebug (~> 9.0) pry (~> 0.10) public_suffix (2.0.5) - rack (2.0.1) + rack (2.0.7) rack-test (0.6.3) rack (>= 1.0) - rails-dom-testing (2.0.2) - activesupport (>= 4.2.0, < 6.0) - nokogiri (~> 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) - railties (5.0.2) - actionpack (= 5.0.2) - activesupport (= 5.0.2) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.2.0) + loofah (~> 2.2, >= 2.2.2) + railties (5.0.7.2) + actionpack (= 5.0.7.2) + activesupport (= 5.0.7.2) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.0.0) + rake (12.3.3) rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) @@ -106,9 +109,9 @@ GEM rubyzip (~> 1.0) websocket (~> 1.0) slop (3.6.0) - thor (0.19.4) + thor (0.20.3) thread_safe (0.3.6) - tzinfo (1.2.2) + tzinfo (1.2.5) thread_safe (~> 0.1) websocket (1.2.4) xpath (2.0.0)