Skip to content

Commit c3cafe8

Browse files
committed
Ensure Benchmark
1 parent 49cd009 commit c3cafe8

File tree

1 file changed

+1
-1
lines changed
  • test/multiverse/suites/rails

1 file changed

+1
-1
lines changed

test/multiverse/suites/rails/Envfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def gem_list(rails_version = nil)
4646
gem 'erubis' if RUBY_PLATFORM.eql?('java')
4747
gem 'loofah', '~> 2.20.0' if RUBY_VERSION >= '2.4.0' && RUBY_VERSION < '2.5.0'
4848
gem 'drb' if RUBY_VERSION >= '3.4.0'
49-
gem 'benchmark' if RUBY_VERSION >= '3.5.0'
49+
gem 'benchmark'
5050
RB
5151
end
5252

0 commit comments

Comments
 (0)