From 6df2db329889590d516fa12307a5dddda59068d1 Mon Sep 17 00:00:00 2001 From: mikeycgto Date: Sun, 24 Feb 2013 21:43:32 -0500 Subject: Update RUBY_VERSION check for performance testing to handle 2.0.0 --- activesupport/lib/active_support/testing/performance/ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/testing/performance/ruby.rb b/activesupport/lib/active_support/testing/performance/ruby.rb index 96718d4bd3..50c4852d4c 100644 --- a/activesupport/lib/active_support/testing/performance/ruby.rb +++ b/activesupport/lib/active_support/testing/performance/ruby.rb @@ -142,7 +142,7 @@ module ActiveSupport end end -if RUBY_VERSION.between?('1.9.2', '2.0') +if RUBY_VERSION.between?('1.9.2', '2.0.0') require 'active_support/testing/performance/ruby/yarv' elsif RUBY_VERSION.between?('1.8.6', '1.9') require 'active_support/testing/performance/ruby/mri' -- cgit v1.2.3