diff options
| author | Ash McKenzie <ash@the-rebellion.net> | 2018-07-20 11:34:01 +1000 |
|---|---|---|
| committer | Ash McKenzie <ash@the-rebellion.net> | 2018-07-20 22:28:58 +1000 |
| commit | c92bfcefece5eea1fa30f75f7e99212c09b5792e (patch) | |
| tree | 09b5c83caadd778e4173257469ade986665ce12e /Gemfile.lock | |
| parent | 41396a775e13734eeb67df715744a16b622ed7b7 (diff) | |
| download | gitlab-shell-c92bfcefece5eea1fa30f75f7e99212c09b5792e.tar.gz | |
Rspec upgrade and deprecation fixesash.mckenzie/minor-tidy-up
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 |
