Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update and relax rubocop dependency.
0.82 is actually the latest release, but it drops support for MRI 2.3, which we're still testing against. This way we're allowing for more modern Rubocop versions where possible, but enforcing the latest release for 2.3 support.
  • Loading branch information
pat committed Apr 18, 2020
1 parent 6f47b05 commit 902df32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combustion.gemspec
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|
s.add_development_dependency "pg"
s.add_development_dependency "rails"
s.add_development_dependency "rspec"
s.add_development_dependency "rubocop", "~> 0.79.0"
s.add_development_dependency "rubocop", "~> 0.81"
s.add_development_dependency "sqlite3"
end

0 comments on commit 902df32

Please sign in to comment.