Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/bundler-72a498067b
Browse files Browse the repository at this point in the history
  • Loading branch information
oleander authored Dec 6, 2024
2 parents 98433ad + d01a90f commit 3ab40e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
git_fame (3.2.14)
git_fame (3.2.17)
activesupport (~> 7.0)
dry-initializer (~> 3.0)
dry-struct (~> 1.0)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/git_fame/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module GitFame
VERSION = "3.2.14"
VERSION = "3.2.17"
end

0 comments on commit 3ab40e3

Please sign in to comment.