From 3869651b2c9ad3defb39ca3b0c442d970cce1a7f Mon Sep 17 00:00:00 2001 From: George Brocklehurst Date: Mon, 3 Apr 2017 00:05:17 -0400 Subject: [PATCH] Upgrade test dependencies. Gets rid of a bunch of deprecation warnings when running the test suite under Ruby 2.4. --- Gemfile.lock | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a0942c63..42549988 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: blankslate (3.1.3) coderay (1.1.0) - diff-lcs (1.2.5) + diff-lcs (1.3) method_source (0.8.2) parslet (1.6.2) blankslate (>= 2.0, <= 4.0) @@ -11,18 +11,19 @@ GEM coderay (~> 1.0) method_source (~> 0.8) slop (~> 3.4) - rspec (3.1.0) - rspec-core (~> 3.1.0) - rspec-expectations (~> 3.1.0) - rspec-mocks (~> 3.1.0) - rspec-core (3.1.7) - rspec-support (~> 3.1.0) - rspec-expectations (3.1.2) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.1.0) - rspec-mocks (3.1.3) - rspec-support (~> 3.1.0) - rspec-support (3.1.2) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) slop (3.4.7) PLATFORMS @@ -34,4 +35,4 @@ DEPENDENCIES rspec BUNDLED WITH - 1.11.2 + 1.13.7