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
2010-08-31 10:10:52 +02:00

10 lines
No EOL
133 B
Ruby

source "http://rubygems.org"
gem "rails", "3.0.0"
gem "mocha"
if RUBY_VERSION < "1.9"
gem "ruby-debug"
else
gem "test-unit"
end