diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fbd0634..88fc8c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -32,14 +32,17 @@ GEM rainbow (2.2.2) rake rake (12.3.1) - rspec (2.14.1) - rspec-core (~> 2.14.0) - rspec-expectations (~> 2.14.0) - rspec-mocks (~> 2.14.0) - rspec-core (2.14.8) - rspec-expectations (2.14.5) + rspec (2.99.0) + rspec-core (~> 2.99.0) + rspec-expectations (~> 2.99.0) + rspec-mocks (~> 2.99.0) + rspec-core (2.99.2) + rspec-expectations (2.99.2) diff-lcs (>= 1.1.3, < 2.0) - rspec-mocks (2.14.6) + rspec-its (1.0.1) + rspec-core (>= 2.99.0.beta1) + rspec-expectations (>= 2.99.0.beta1) + rspec-mocks (2.99.4) rubocop (0.49.1) parallel (~> 1.10) parser (>= 2.3.3.1, < 3.0) @@ -68,11 +71,12 @@ DEPENDENCIES guard (~> 1.5.0) guard-rspec (~> 2.1.0) listen (~> 0.5.0) - rspec (~> 2.14.0) + rspec (~> 2.0) + rspec-its (~> 1.0.0) rubocop (= 0.49.1) simplecov (~> 0.9.0) vcr (~> 2.4.0) webmock (~> 1.9.0) BUNDLED WITH - 1.16.2 + 1.16.3 |