Skip to content

Commit

Permalink
Merge pull request #33 from jasl/loosen-rubocop-requirement
Browse files Browse the repository at this point in the history
Loosen requirement of RuboCop
  • Loading branch information
utkarsh2102 authored Oct 22, 2020
2 parents f262d22 + 26d7cc6 commit 8756f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-packaging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "yard", "~> 0.9"
spec.add_runtime_dependency "rubocop", "~> 0.89"
spec.add_runtime_dependency "rubocop", ">= 0.89", "< 2.0"
end

0 comments on commit 8756f99

Please sign in to comment.