about summary refs log tree commit homepage
path: root/Gemfile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-04-13 02:23:22 +0000
committerEric Wong <normalperson@yhbt.net>2013-04-13 02:24:55 +0000
commit6601f1ab43e90391932ad133335c814980bf7428 (patch)
tree50f6fefa6e5d683f8a9933c5540e919bfd1eedeb /Gemfile
parente5884e7946a6b5bfb5cb677c3d435a4a8f881573 (diff)
downloadraindrops-6601f1ab43e90391932ad133335c814980bf7428.tar.gz
This is more standardized than bundler for gem development.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index c9a1b64..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,6 +0,0 @@
-source(ENV["GEM_SOURCE"] || :rubygems)
-gem 'aggregate', '~> 0.2'
-gem 'io-extra', '~> 1.2.3'
-gem 'posix_mq', '~> 1.0'
-gem 'rack', '~> 1.2'
-gem 'unicorn', '>= 0.98'