diff --git a/citizens-advice-style.gemspec b/citizens-advice-style.gemspec index 9b69b6f..0bb7bb6 100644 --- a/citizens-advice-style.gemspec +++ b/citizens-advice-style.gemspec @@ -39,5 +39,5 @@ Gem::Specification.new do |spec| # A working configuration can suddenly become a problem if rubocop deprecates or changes # cop names. Allowing just patch updates should prevent this happening. # When rubocop is upgraded here, this gem should get a minor version update as well. - spec.add_dependency "rubocop", "~> 0.85.1" + spec.add_dependency "rubocop", "~> 0.87.0" end diff --git a/lib/citizens-advice/style/version.rb b/lib/citizens-advice/style/version.rb index a622d58..40efca4 100644 --- a/lib/citizens-advice/style/version.rb +++ b/lib/citizens-advice/style/version.rb @@ -2,6 +2,6 @@ module CitizensAdvice module Style - VERSION = "0.3.0" + VERSION = "0.3.1" end end