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