mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
15 lines
No EOL
272 B
Ruby
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 |