From 469c9f581c09c809aea88ecbfed2a83de21ad885 Mon Sep 17 00:00:00 2001 From: Georges Haidar Date: Tue, 19 Oct 2021 17:23:52 +0100 Subject: [PATCH] prepare to release v2.29.0 (#88) --- CHANGELOG.md | 5 +++++ gc_ruboconfig.gemspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b0288..519847f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changelog ========= +2.29.0 +----- +* Disabled cop: + - `Metrics/MethodLength` + 2.28.0 ----- * Enable support for new cops: diff --git a/gc_ruboconfig.gemspec b/gc_ruboconfig.gemspec index 34ca403..0543456 100644 --- a/gc_ruboconfig.gemspec +++ b/gc_ruboconfig.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = 'gc_ruboconfig' - spec.version = '2.28.0' + spec.version = '2.29.0' spec.summary = "GoCardless's shared Rubocop configuration, conforming to our house style" spec.authors = %w[GoCardless] spec.homepage = 'https://github.com/gocardless/ruboconfig'