mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
12 lines
180 B
Ruby
12 lines
180 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gemspec
|
|
|
|
platforms :rbx do
|
|
gem 'rubysl', '~> 2.0'
|
|
gem 'rubinius-developer_tools'
|
|
end
|
|
|
|
gem 'country_select', '~> 2.5.2'
|
|
gem 'railties'
|
|
gem 'rake'
|