about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Rakefile b/Rakefile
index 1c35b44..219744a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -183,14 +183,3 @@ task :fm_update do
     p http.post(uri.path, req, {'Content-Type'=>'application/json'})
   end
 end
-
-desc 'isolate gems for development'
-task :isolate do
-  require 'isolate'
-
-  Isolate.now!(
-    :system => false,
-    # we want "ruby-1.8.7" and not "ruby-1.8", so disable multiruby
-    :multiruby => false,
-    :path => "tmp/isolate/ruby-#{RUBY_VERSION}")
-end