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

13 lines
226 B
Ruby

source "http://rubygems.org"
gem "rails", "~> 3.0.0"
group :test do
gem "mocha", :require => false
if RUBY_VERSION < "1.9"
gem "ruby-debug", :require => false
else
gem "test-unit", :require => false
end
end