Add Gemfile for ChiliProject

This commit is contained in:
Eric Davis
2011-07-30 21:57:04 -07:00
parent 2153220675
commit 4ade8de2c4

6
Gemfile Normal file
View File

@@ -0,0 +1,6 @@
gem 'formtastic', "0.9.10"
gem 'inherited_resources', '1.0.6'
group :test do
gem 'webrat'
end