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
Adam Mueller 552f62d85d Update to Rails 4 release.
Rails 4 has now been released. Unfortunately, the '>= 4.0.0.rc1'
dependency doesn't work with the release.

Change-Id: I0db87057dfe8f8dd5c9947a21df4b6b7e060d898
2013-06-25 14:06:47 -07:00

11 lines
221 B
Ruby

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