Skip to content

Commit

Permalink
Remove rubocop version restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 23, 2024
1 parent 77d0c33 commit add0d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion committee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rr", "~> 1.1"
s.add_development_dependency "pry"
s.add_development_dependency "pry-byebug"
s.add_development_dependency "rubocop", "< 1.13.0"
s.add_development_dependency "rubocop"
s.add_development_dependency "rubocop-performance"
s.add_development_dependency "rubocop-minitest"
s.add_development_dependency "rubocop-rake"
Expand Down

0 comments on commit add0d56

Please sign in to comment.