Skip to content

Commit d60cf4f

Browse files
committed
remove rubocop constrains
1 parent 09c19fa commit d60cf4f

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
@@ -15,7 +15,7 @@ group :test do
1515
gem 'rack-test'
1616
gem 'rake'
1717
gem 'rspec'
18-
gem 'rubocop', '< 0.42'
18+
gem 'rubocop'
1919
gem 'term-ansicolor', '< 1.4' if ruby_version?('< 2.0')
2020
gem 'tins', '< 1.7' if ruby_version?('< 2.0')
2121
end

0 commit comments

Comments
 (0)