We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cd009 commit c3cafe8Copy full SHA for c3cafe8
test/multiverse/suites/rails/Envfile
@@ -46,7 +46,7 @@ def gem_list(rails_version = nil)
46
gem 'erubis' if RUBY_PLATFORM.eql?('java')
47
gem 'loofah', '~> 2.20.0' if RUBY_VERSION >= '2.4.0' && RUBY_VERSION < '2.5.0'
48
gem 'drb' if RUBY_VERSION >= '3.4.0'
49
- gem 'benchmark' if RUBY_VERSION >= '3.5.0'
+ gem 'benchmark'
50
RB
51
end
52
0 commit comments