Skip to content

Commit 7897b72

Browse files
committed
benchmark has been gemified since Ruby 3.5
1 parent f40a02c commit 7897b72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
1818
gem 'selenium-webdriver'
1919
gem 'bigdecimal', RUBY_VERSION < '2.7' ? '< 2' : '>= 0'
2020
gem 'mutex_m' if RUBY_VERSION >= '3.3'
21+
gem 'benchmark' if RUBY_VERSION >= '3.5'
22+
2123

2224
rails_version = ENV['RAILS_VERSION'] || '∞'
2325

0 commit comments

Comments
 (0)