Skip to content

Commit

Permalink
Merge pull request github#85 from github/bump-rubocop-version
Browse files Browse the repository at this point in the history
Bump rubocop & rubocop-performance version
  • Loading branch information
Tonkpils committed Apr 26, 2021
2 parents 7a5b7cc + e678820 commit 527a7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubocop-github.gemspec
Expand Up @@ -10,8 +10,8 @@ Gem::Specification.new do |s|

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

s.add_dependency "rubocop", "<= 1.6.1"
s.add_dependency "rubocop-performance", "<= 1.7.1"
s.add_dependency "rubocop", "<= 1.13.0"
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 527a7e0

Please sign in to comment.