From 20a93e273b5bceecf22c09b360752e2898f36025 Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Tue, 18 Jan 2022 20:47:59 -0500 Subject: [PATCH] Release v0.17.0 * Remove version constraints for rubocop, rubocop-performance, and rubocop-rails * Test against Ruby 3.1 --- Gemfile.lock | 10 +++++----- rubocop-github.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0ce47a00..76337d34 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rubocop-github (0.16.2) + rubocop-github (0.17.0) rubocop rubocop-performance rubocop-rails @@ -47,9 +47,9 @@ GEM rake (12.3.3) regexp_parser (2.2.0) rexml (3.2.5) - rubocop (1.24.1) + rubocop (1.25.0) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml @@ -58,10 +58,10 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.15.1) parser (>= 3.0.1.1) - rubocop-performance (1.13.1) + rubocop-performance (1.13.2) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.13.1) + rubocop-rails (2.13.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) diff --git a/rubocop-github.gemspec b/rubocop-github.gemspec index 11dc9803..69f69588 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.16.2" + s.version = "0.17.0" s.summary = "RuboCop GitHub" s.description = "Code style checking for GitHub Ruby repositories " s.homepage = "https://github.com/github/rubocop-github"