diff options
-rw-r--r-- | activesupport/lib/active_support/testing/performance/rubinius.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/activesupport/lib/active_support/testing/performance/rubinius.rb b/activesupport/lib/active_support/testing/performance/rubinius.rb index c6725b988a..f939719d30 100644 --- a/activesupport/lib/active_support/testing/performance/rubinius.rb +++ b/activesupport/lib/active_support/testing/performance/rubinius.rb @@ -50,12 +50,3 @@ module ActiveSupport end end end - -if RUBY_VERSION >= '1.9.2' - require 'active_support/testing/performance/ruby/yarv' -elsif RUBY_VERSION >= '1.8.6' - require 'active_support/testing/performance/ruby/mri' -else - $stderr.puts 'Update your ruby interpreter to be able to run benchmarks.' - exit -end |