added Gemfile

This commit is contained in:
Job Vranish
2013-02-14 09:04:33 -05:00
parent 7846b50a0a
commit 08b80dcbd1

5
Gemfile Normal file

@ -0,0 +1,5 @@
source "http://rubygems.org/"
gem "bundler", "~> 1.1.rc.7"
gem "rake", ">= 0.9.2.2"
gem "test-unit"