Skip to content

Commit

Permalink
Allow latest rubocop-performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonkpils committed Apr 24, 2021
1 parent 06a3d02 commit e678820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-github.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"]

s.add_dependency "rubocop", "<= 1.13.0"
s.add_dependency "rubocop-performance", "<= 1.7.1"
s.add_dependency "rubocop-performance", "<= 1.11.0"
s.add_dependency "rubocop-rails", "<= 2.7.1"

s.add_development_dependency "actionview", "~> 5.0"
Expand Down

0 comments on commit e678820

Please sign in to comment.