heartcombo--simple_form/Gemfile

10 lines
133 B
Ruby
Raw Normal View History

2010-07-06 08:07:24 -04:00
source "http://rubygems.org"
2010-08-31 04:10:52 -04:00
gem "rails", "3.0.0"
2010-07-06 08:07:24 -04:00
gem "mocha"
if RUBY_VERSION < "1.9"
gem "ruby-debug"
else
gem "test-unit"
end