From 112624a59c921431050f94c73aeae0b1c7f218ca Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Mon, 27 Jun 2022 13:47:36 -0400 Subject: [PATCH] Release v0.18.0 * Changed: Layout/IndentationWidth cop enabled by default * Changed: Use the new `Cop::Base` API instead of the deprecated `Cop::Cop` * Removed: support for Ruby 2.6 * Removed: deprecated config files for RuboCop < 0.68 --- Gemfile.lock | 2 +- rubocop-github.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 630d3e9..41c4de2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-github (0.17.0) + rubocop-github (0.18.0) rubocop (>= 1.0.0) rubocop-performance rubocop-rails diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index 3d5a3a2..d18c720 100644 --- a/rubocop-github.gemspec +++ b/rubocop-github.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "rubocop-github" - s.version = "0.17.0" + s.version = "0.18.0" s.summary = "RuboCop GitHub" s.description = "Code style checking for GitHub Ruby repositories " s.homepage = "https://github.com/github/rubocop-github"