summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-10-03 15:24:31 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-10-03 15:24:31 -0700
commit4204a3ec287b74df6b90a5ca0051c1a6e921fc12 (patch)
treee495b1d7abdfa4626c12436f4a04d308210c4b87 /Gemfile
parent9ce464452b7fe20b8462922e0ac354731d2a9476 (diff)
downloadpsych-4204a3ec287b74df6b90a5ca0051c1a6e921fc12.tar.gz
using isolate, updating travis command
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 550fd78..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,11 +0,0 @@
-# -*- ruby -*-
-
-# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
-
-source :gemcutter
-
-
-gem "rake-compiler", ">=0.4.1", :group => [:development, :test]
-gem "hoe", "~>2.10", :group => [:development, :test]
-
-# vim: syntax=ruby