mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Add required Ruby version to .gemspec file
This commit is contained in:
parent
440ed5f2fe
commit
dae7ec196b
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ Gem::Specification.new do |s|
|
|||
s.test_files = Dir["test/**/*.rb"]
|
||||
s.test_files -= Dir["test/support/country_select/**/*"]
|
||||
s.require_paths = ["lib"]
|
||||
|
||||
s.required_ruby_version = '>= 2.3.0'
|
||||
|
||||
s.add_dependency('activemodel', '>= 5.0')
|
||||
s.add_dependency('actionpack', '>= 5.0')
|
||||
|
|
Loading…
Reference in a new issue