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

15 lines
338 B
Text
Raw Normal View History

source 'https://rubygems.org'
2010-07-06 08:07:24 -04:00
gemspec
2010-07-06 08:07:24 -04:00
platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'rubinius-developer_tools'
end
gem 'country_select', '~> 1.1.1'
gem 'railties', github: 'rails/rails', branch: 'master'
gem 'activemodel', github: 'rails/rails', branch: 'master'
gem 'actionpack', github: 'rails/rails', branch: 'master'
2012-01-11 12:39:37 -05:00
gem 'rake'