From 33ab32dce8d3eee2c783e89cac3a4780401b727a Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Mon, 3 Dec 2012 21:39:57 -0200 Subject: Skip ruby-prof in Gemfile for Ruby 2.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a59f9eeebf..c45be188f3 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ instance_eval File.read '.Gemfile' if File.exists? '.Gemfile' platforms :mri do group :test do - gem 'ruby-prof', '~> 0.11.2' + gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '2.0' end end -- cgit v1.2.3