From 9c972034c2c34e78946f3fadcf24100525fe7a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:00:49 +0100 Subject: [PATCH 1/4] Bump rugged from 1.6.3 to 1.7.2 (#130) 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.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2d8f678d..191c7adb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM rubocop-rspec (2.11.1) rubocop (~> 1.19) ruby-progressbar (1.13.0) - rugged (1.6.3) + rugged (1.7.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11) From 2b860029b1a04b1824d2d7eca7d7ce93b5ec1fde Mon Sep 17 00:00:00 2001 From: Linus Oleander <220827+oleander@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:03:32 +0100 Subject: [PATCH 2/4] Remove duplicate git push command in workflow --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d827bd95..4f5af76b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -135,4 +135,6 @@ jobs: run: git commit -a --amend --no-edit - name: Push changes - run: git push --tags + run: | + git push + git push --tags From a83db65bde94e03740a9bd43cf38a32c210f75e6 Mon Sep 17 00:00:00 2001 From: Linus Oleander <220827+oleander@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:03:46 +0100 Subject: [PATCH 3/4] Update git_fame to version 3.2.16 --- 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 191c7adb..e1e30918 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git_fame (3.2.14) + git_fame (3.2.16) 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 ec48c8d6..9230e34f 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.14" + VERSION = "3.2.16" end From d01a90fe8ec050772df26f011072ab86b849b910 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 6 Dec 2024 13:06:02 +0000 Subject: [PATCH 4/4] Bump git_fame to 3.2.17 [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 e1e30918..65d9a477 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - git_fame (3.2.16) + git_fame (3.2.17) 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 9230e34f..86d01818 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.16" + VERSION = "3.2.17" end