From 979290e9c89faf748316c880752876915bf18a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:10:18 +0100 Subject: [PATCH 1/2] Bump rubocop from 1.24.1 to 1.42.0 (#118) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Linus Oleander <220827+oleander@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 73dace42..5d848a2b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group :development, :test do gem "bundler" gem "pry" - gem "rubocop", "~> 1.24.0" + gem "rubocop", "~> 1.42.0" gem "rubocop-md" gem "rubocop-performance" gem "rubocop-rake" diff --git a/Gemfile.lock b/Gemfile.lock index 65d9a477..b34baded 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,6 +56,7 @@ GEM i18n (1.14.1) concurrent-ruby (~> 1.0) ice_nine (0.11.2) + json (2.6.3) method_source (1.0.0) minitest (5.18.1) neatjson (0.10.5) @@ -92,13 +93,14 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.24.1) + rubocop (1.42.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.15.1, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.28.0) @@ -171,7 +173,7 @@ DEPENDENCIES rspec rspec-github rspec-its - rubocop (~> 1.24.0) + rubocop (~> 1.42.0) rubocop-md rubocop-performance rubocop-rake From e0354c1a12a685e2fe0102af441902a016e27e4d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 6 Dec 2024 13:12:34 +0000 Subject: [PATCH 2/2] Bump git_fame to 3.2.18 [skip ci] --- Gemfile.lock | 2 +- lib/git_fame/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b34baded..69329c93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git_fame (3.2.17) + git_fame (3.2.18) activesupport (~> 7.0) dry-initializer (~> 3.0) dry-struct (~> 1.0) diff --git a/lib/git_fame/version.rb b/lib/git_fame/version.rb index 86d01818..3212d038 100644 --- a/lib/git_fame/version.rb +++ b/lib/git_fame/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GitFame - VERSION = "3.2.17" + VERSION = "3.2.18" end