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
2022-02-23 07:35:09 -08:00

9 lines
158 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'country_select'
gem 'activemodel', '~> 7.0.0'
gem 'actionpack', '~> 7.0.0'
gem 'railties', '~> 7.0.0'
gem 'rake'