We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4816a1 commit 7c66becCopy full SHA for 7c66bec
1 file changed
Gemfile
@@ -54,3 +54,8 @@ send(:eval_gemfile, "Gemfile-local") if File.exist? "Gemfile-local"
54
55
# Pin state_machines
56
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