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/gemfiles/Gemfile-rails.3.0.x

13 lines
206 B
Text
Raw Normal View History

source :rubygems
gem 'simple_form', :path => '..'
gem 'country_select'
gem 'railties', '~> 3.0.0'
gem 'activemodel', '~> 3.0.0'
gem 'actionpack', '~> 3.0.0'
gem 'rake'
gem 'rdoc'
gem 'mocha'
gem 'tzinfo'