heartcombo--simple_form/Gemfile

10 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'