diff options
author | John Jarvis <jarv@gitlab.com> | 2017-08-09 11:13:15 +0200 |
---|---|---|
committer | John Jarvis <jarv@gitlab.com> | 2017-08-09 11:13:15 +0200 |
commit | 9d85dac8d459112f3decbb78638c857235d98e8e (patch) | |
tree | bc289414dd005047174376547c12a8b74223f722 /Gemfile.lock | |
parent | 0ff90166ff607fc8fb71d4b7312457be7941be78 (diff) | |
download | gitlab-ce-9d85dac8d459112f3decbb78638c857235d98e8e.tar.gz |
Updating Gemfile.lock for rubocop-rspec dependecy.jarv/update-gemfile-lock
GDK pipeline is failing with this error:
```
Downloading rubocop-rspec-1.15.1 revealed dependencies not in the API or the
lockfile (rubocop (>= 0.42.0)).
Either installing with `--full-index` or running `bundle update rubocop-rspec`
should fix the problem.
```
Updated lockfile by running the bundle update.
`gdk install` works now.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b865ff6ee32..79d1bc51358 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -744,6 +744,7 @@ GEM rubocop-gitlab-security (0.0.6) rubocop (>= 0.47.1) rubocop-rspec (1.15.1) + rubocop (>= 0.42.0) ruby-fogbugz (0.2.1) crack (~> 0.4) ruby-prof (0.16.2) |