aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/benchmarks')
-rw-r--r--activerecord/benchmarks/benchmark.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/benchmarks/benchmark.rb b/activerecord/benchmarks/benchmark.rb
index 241d915208..de390c11b2 100644
--- a/activerecord/benchmarks/benchmark.rb
+++ b/activerecord/benchmarks/benchmark.rb
@@ -1,7 +1,7 @@
$:.unshift(File.dirname(__FILE__) + '/../lib')
if ARGV[2]
require 'rubygems'
- require_gem 'activerecord', ARGV[2]
+ gem 'activerecord', ARGV[2]
else
require 'active_record'
end