diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-18 21:06:19 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-18 21:06:19 +0000 |
commit | aaf124b0f7698f5def277b02ab97f3992fe1569d (patch) | |
tree | e5ed2e5430b4eb67ea4a0e0348979d7967ce050d /Gemfile | |
parent | 143f196f8b3c40ceb7e9335a8dcc712b079519b9 (diff) | |
download | gitlab-ce-aaf124b0f7698f5def277b02ab97f3992fe1569d.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -411,6 +411,7 @@ group :test do gem 'concurrent-ruby', '~> 1.1' gem 'test-prof', '~> 0.10.0' gem 'rspec_junit_formatter' + gem 'guard-rspec' end gem 'octokit', '~> 4.9' |