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-07-06 14:07:24 +02:00

15 lines
No EOL
272 B
Ruby

source "http://rubygems.org"
if File.exist? File.expand_path('../../rails', __FILE__)
gem "rails", :path => "../rails"
else
gem "rails", :git => "git://github.com/rails/rails.git"
end
gem "mocha"
if RUBY_VERSION < "1.9"
gem "ruby-debug"
else
gem "test-unit"
end