diff options
| author | Robert Speicher <robert@gitlab.com> | 2018-07-23 19:03:55 +0000 |
|---|---|---|
| committer | Robert Speicher <robert@gitlab.com> | 2018-07-23 19:03:55 +0000 |
| commit | f59cd678e22c02a8f5a474bb982c22cdde0134c1 (patch) | |
| tree | 09b5c83caadd778e4173257469ade986665ce12e /Gemfile.lock | |
| parent | 6413c4bec177d8d2f10fe4513cf7ab339aeb68f0 (diff) | |
| parent | c92bfcefece5eea1fa30f75f7e99212c09b5792e (diff) | |
| download | gitlab-shell-f59cd678e22c02a8f5a474bb982c22cdde0134c1.tar.gz | |
Merge branch 'ash.mckenzie/minor-tidy-up' into 'master'
Refactor for re-usability for future MR's
See merge request gitlab-org/gitlab-shell!210
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 79 |
1 files changed, 43 insertions, 36 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 49a08e8..88fc8c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,13 @@ GEM remote: http://rubygems.org/ specs: - addressable (2.3.2) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) ast (2.4.0) - coderay (1.0.8) - crack (0.3.2) - diff-lcs (1.2.5) + coderay (1.1.2) + crack (0.4.3) + safe_yaml (~> 1.0.0) + diff-lcs (1.3) docile (1.1.5) guard (1.5.4) listen (>= 0.4.2) @@ -16,28 +18,31 @@ GEM guard (>= 1.1) rspec (~> 2.11) listen (0.5.3) - lumberjack (1.0.2) - method_source (0.8.1) - multi_json (1.10.1) + lumberjack (1.0.13) + method_source (0.9.0) + multi_json (1.13.1) parallel (1.12.1) - parser (2.5.0.2) + parser (2.5.1.2) ast (~> 2.4.0) - powerpack (0.1.1) - pry (0.9.10) - coderay (~> 1.0.5) - method_source (~> 0.8) - slop (~> 3.3.1) + powerpack (0.1.2) + pry (0.11.3) + coderay (~> 1.1.0) + method_source (~> 0.9.0) + public_suffix (3.0.2) rainbow (2.2.2) rake - rake (12.3.0) - 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) + rake (12.3.1) + 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) @@ -46,30 +51,32 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (~> 1.0, >= 1.0.1) ruby-progressbar (1.9.0) - simplecov (0.9.1) + safe_yaml (1.0.4) + simplecov (0.9.2) docile (~> 1.1.0) multi_json (~> 1.0) - simplecov-html (~> 0.8.0) - simplecov-html (0.8.0) - slop (3.3.3) - thor (0.19.1) - unicode-display_width (1.3.0) + simplecov-html (~> 0.9.0) + simplecov-html (0.9.0) + thor (0.20.0) + unicode-display_width (1.4.0) vcr (2.4.0) - webmock (1.9.0) + webmock (1.9.3) addressable (>= 2.2.7) - crack (>= 0.1.7) + crack (>= 0.3.2) PLATFORMS ruby DEPENDENCIES - guard - guard-rspec - rspec (~> 2.14.0) + guard (~> 1.5.0) + guard-rspec (~> 2.1.0) + listen (~> 0.5.0) + rspec (~> 2.0) + rspec-its (~> 1.0.0) rubocop (= 0.49.1) - simplecov - vcr - webmock + simplecov (~> 0.9.0) + vcr (~> 2.4.0) + webmock (~> 1.9.0) BUNDLED WITH - 1.16.1 + 1.16.3 |
