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 f40a02c commit 7897b72Copy full SHA for 7897b72
Gemfile
@@ -18,6 +18,8 @@ gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
18
gem 'selenium-webdriver'
19
gem 'bigdecimal', RUBY_VERSION < '2.7' ? '< 2' : '>= 0'
20
gem 'mutex_m' if RUBY_VERSION >= '3.3'
21
+gem 'benchmark' if RUBY_VERSION >= '3.5'
22
+
23
24
rails_version = ENV['RAILS_VERSION'] || '∞'
25
0 commit comments