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 3ab40e3 + e0354c1 commit 21947cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -56,6 +56,7 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
json (2.6.3)
method_source (1.0.0)
minitest (5.25.4)
neatjson (0.10.5)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -171,7 +173,7 @@ DEPENDENCIES
rspec
rspec-github
rspec-its
rubocop (~> 1.24.0)
rubocop (~> 1.42.0)
rubocop-md
rubocop-performance
rubocop-rake
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.17"
VERSION = "3.2.18"
end

0 comments on commit 21947cd

Please sign in to comment.