Skip to content

Commit 06a3d02

Browse files
committed
Bump rubocop to allow version 1.13.0
Version 1.4 of rubocop introduced a breaking change that creates some warnings and issues when using `parser/ruby27`, this issue was fixed in rubocop/rubocop#9702 and released in 1.13.0
1 parent 7a5b7cc commit 06a3d02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rubocop-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
1010

1111
s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"]
1212

13-
s.add_dependency "rubocop", "<= 1.6.1"
13+
s.add_dependency "rubocop", "<= 1.13.0"
1414
s.add_dependency "rubocop-performance", "<= 1.7.1"
1515
s.add_dependency "rubocop-rails", "<= 2.7.1"
1616

0 commit comments

Comments
 (0)