From 8ad1c5d7791337f8facc068ddcedcd21fdbe1321 Mon Sep 17 00:00:00 2001 From: Tristan Sokol Date: Tue, 26 Jun 2018 10:19:21 -0700 Subject: [PATCH] update gems to fix vulns --- Gemfile.lock | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d213bff..d53cfca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,14 +7,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) + activesupport (5.2.0) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) cane (2.5.0) parallel + concurrent-ruby (1.0.5) diff-lcs (1.2.5) - i18n (0.6.1) - multi_json (1.7.3) + i18n (1.0.1) + concurrent-ruby (~> 1.0) + minitest (5.11.3) mysql2 (0.3.17) parallel (0.6.1) rake (10.0.3) @@ -26,6 +30,9 @@ GEM rspec-expectations (2.14.5) diff-lcs (>= 1.1.3, < 2.0) rspec-mocks (2.14.6) + thread_safe (0.3.6) + tzinfo (1.2.5) + thread_safe (~> 0.1) PLATFORMS ruby @@ -36,3 +43,6 @@ DEPENDENCIES mysql2 (~> 0.3.17) rake rspec (>= 2.14.0) + +BUNDLED WITH + 1.16.2