heartcombo--simple_form/Gemfile

10 lines
133 B
Ruby
Raw Normal View History

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