Skip to content
代码片段 群组 项目
提交 9d85dac8 编辑于 作者: John Jarvis's avatar John Jarvis
浏览文件

Updating Gemfile.lock for rubocop-rspec dependecy.

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.
上级 0ff90166
No related branches found
No related tags found
无相关合并请求
...@@ -744,6 +744,7 @@ GEM ...@@ -744,6 +744,7 @@ GEM
rubocop-gitlab-security (0.0.6) rubocop-gitlab-security (0.0.6)
rubocop (>= 0.47.1) rubocop (>= 0.47.1)
rubocop-rspec (1.15.1) rubocop-rspec (1.15.1)
rubocop (>= 0.42.0)
ruby-fogbugz (0.2.1) ruby-fogbugz (0.2.1)
crack (~> 0.4) crack (~> 0.4)
ruby-prof (0.16.2) ruby-prof (0.16.2)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册