1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
heartcombo--simple_form/Gemfile

14 lines
226 B
Text
Raw Normal View History

2010-07-06 08:07:24 -04:00
source "http://rubygems.org"
2010-11-21 10:39:52 -05:00
gem "rails", "~> 3.0.0"
2010-07-06 08:07:24 -04:00
group :test do
gem "mocha", :require => false
if RUBY_VERSION < "1.9"
gem "ruby-debug", :require => false
else
gem "test-unit", :require => false
end
2010-11-21 10:39:52 -05:00
end