mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
552f62d85d
Rails 4 has now been released. Unfortunately, the '>= 4.0.0.rc1' dependency doesn't work with the release. Change-Id: I0db87057dfe8f8dd5c9947a21df4b6b7e060d898
11 lines
221 B
Ruby
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'
|