diff --git a/Gemfile b/Gemfile index b4e85eafd3a..f7ea9068277 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,8 @@ platforms :ruby do gem "nokogiri", ">= 1.4.4" group :test do - gem "ruby-prof" + gem "ruby-prof" if RUBY_VERSION < "1.9.3" + end # AR gem "sqlite3", "~> 1.3.3"