Skip to content

Commit 7e32101

Browse files
committed
Allow any compatible version of rubocop to be used.
1 parent 2ba5443 commit 7e32101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ group :development, :test do
88
gem 'test-unit', '~> 3.3.6'
99
gem 'coveralls', '>= 0.8.23', :require => false, :platforms => :mri_21
1010
gem 'rspec', '>= 3.9.0'
11-
gem 'rubocop', '>= 0.90.0'
11+
gem 'rubocop'
1212
end
1313

1414
# Local Variables:

0 commit comments

Comments
 (0)