Skip to content

Commit b325740

Browse files
committed
Further specify Gemfile
1 parent a42b289 commit b325740

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
source 'https://rubygems.org'
44

55
gem 'rake'
6-
gem 'rubocop'
76

87
group :test do
98
gem 'coveralls', :require => false
109
gem 'rspec', '~> 3.5.0'
11-
gem 'rubocop', '>= 0.58.2', :platforms => %i[ruby_20 ruby_21 ruby_22 ruby_23 ruby_24]
10+
gem 'rubocop'
1211
end
1312

1413
gemspec

0 commit comments

Comments
 (0)