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
Vasiliy Ermolovich 3a9a81fa85 remove mocha
2013-02-28 00:12:37 +03:00

11 lines
239 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'country_select', '~> 1.1.1'
gem 'railties', '>= 4.0.0.beta1', '< 4.1'
gem 'activemodel', '>= 4.0.0.beta1', '< 4.1'
gem 'actionpack', '>= 4.0.0.beta1', '< 4.1'
gem 'rake'
gem 'rdoc'
gem 'tzinfo'