aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b4e85eafd3..f7ea906827 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"