summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Jarvis <jarv@gitlab.com>2017-08-09 11:13:15 +0200
committerJohn Jarvis <jarv@gitlab.com>2017-08-09 11:13:15 +0200
commit9d85dac8d459112f3decbb78638c857235d98e8e (patch)
treebc289414dd005047174376547c12a8b74223f722
parent0ff90166ff607fc8fb71d4b7312457be7941be78 (diff)
downloadgitlab-ce-jarv/update-gemfile-lock.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.
-rw-r--r--Gemfile.lock1
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)