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
Rafael Mendonça França fca99746d2 Use country_select gem instead of the plugin
Rails 3.2 deprecated the Rails plugins. So we have to use gems.
2012-01-30 16:14:58 -02:00

13 lines
245 B
Text

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'
gem 'ruby-debug', :platform => :mri_18