summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2020-11-05 13:27:20 +0000
committerTakuya Noguchi <takninnovationresearch@gmail.com>2020-11-05 13:33:58 +0000
commita85a32afd9788229d9f33dcbc13fc638e67fc549 (patch)
tree635bdfca0481728b50a64a3782c07ba8b4bc1707 /Gemfile
parent2dfa78cc38e8e4220369a7e6c3ff1995cdc3276f (diff)
downloadgitlab-shell-remove-rubocop-test.tar.gz
Remove rubocop from Ruby testremove-rubocop-test
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 7a9efc1..5ed8fc4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,5 +2,4 @@ source 'https://rubygems.org'
group :development, :test do
gem 'rspec', '~> 3.8.0'
- gem 'rubocop', '0.49.1', require: false
end