Skip to content

Commit 7c66bec

Browse files
committed
chore: Add benchmark gem locally
Not part of Ruby 4.0 anymore. Necessary for github_changelog_generator
1 parent f4816a1 commit 7c66bec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ send(:eval_gemfile, "Gemfile-local") if File.exist? "Gemfile-local"
5454

5555
# Pin state_machines
5656
gem "state_machines", "= 0.6.0"
57+
58+
if RUBY_VERSION >= "4.0"
59+
# Necessary for github_changelog_generator
60+
gem "benchmark", "~> 0.5.0"
61+
end

0 commit comments

Comments
 (0)