heartcombo--simple_form/Gemfile

12 lines
233 B
Ruby

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