From 53e412097aac4f665cdbdae088ca5957c76755bb Mon Sep 17 00:00:00 2001 From: Artem Vasiliev <artem.job@gmail.com> Date: Thu, 25 Aug 2016 19:10:12 +0300 Subject: [PATCH] chore(dependencies): gemnasium autoupdate --- Gemfile.lock | 55 +++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c04485f..4381dc1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,22 +1,22 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.6) + activesupport (5.0.0.1) + concurrent-ruby (~> 1.0, >= 1.0.2) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.4.0) ast (2.2.0) - codeclimate-test-reporter (0.5.0) + codeclimate-test-reporter (0.6.0) simplecov (>= 0.7.1, < 1.0.0) coderay (1.1.1) + concurrent-ruby (1.0.2) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.2.5) docile (1.1.5) - ffi (1.9.10) + ffi (1.9.14) formatador (0.2.5) guard (2.14.0) formatador (>= 0.2.4) @@ -32,7 +32,7 @@ GEM guard (~> 2.2) guard-compat (~> 1.1) guard-compat (1.2.1) - guard-rspec (4.7.0) + guard-rspec (4.7.3) guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) @@ -41,22 +41,22 @@ GEM rubocop (~> 0.20) hashdiff (0.3.0) i18n (0.7.0) - json (1.8.3) + json (2.0.2) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) lumberjack (1.0.10) method_source (0.8.2) - minitest (5.8.4) + minitest (5.9.0) nenv (0.3.0) - notiffany (0.1.0) + notiffany (0.1.1) nenv (~> 0.1) shellany (~> 0.0) parser (2.3.1.0) ast (~> 2.2) powerpack (0.1.1) - pry (0.10.3) + pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) @@ -64,19 +64,19 @@ GEM rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) - rspec (3.4.0) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-core (3.4.4) - rspec-support (~> 3.4.0) - rspec-expectations (3.4.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.2) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-mocks (3.4.1) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-support (3.4.1) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) rubocop (0.39.0) parser (>= 2.3.0.7, < 3.0) powerpack (~> 0.1) @@ -84,12 +84,12 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.8.0) - ruby_dep (1.3.1) + ruby_dep (1.4.0) safe_yaml (1.0.4) shellany (0.0.1) - simplecov (0.11.2) + simplecov (0.12.0) docile (~> 1.1.0) - json (~> 1.8) + json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) slop (3.6.0) @@ -98,7 +98,7 @@ GEM tzinfo (1.2.2) thread_safe (~> 0.1) unicode-display_width (1.0.5) - webmock (2.0.3) + webmock (2.1.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff @@ -115,5 +115,8 @@ DEPENDENCIES rspec webmock +RUBY VERSION + ruby 2.3.1p112 + BUNDLED WITH - 1.11.2 + 1.12.5 -- GitLab