Skip to content

Commit

Permalink
Bump rubocop to ~> 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy authored and Ivy Evans committed Nov 17, 2021
1 parent ac29947 commit 1eee7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lograge.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files lib LICENSE.txt`.split("\n")

s.add_development_dependency 'rspec', '~> 3.1'
s.add_development_dependency 'rubocop', '0.46.0'
s.add_development_dependency 'rubocop', '~> 1.23'

s.add_runtime_dependency 'activesupport', '>= 4'
s.add_runtime_dependency 'actionpack', '>= 4'
Expand Down

0 comments on commit 1eee7c7

Please sign in to comment.