mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Merge pull request #1292 from gauravtiwari/master
Update gem dependency to support rails 5 alpha
This commit is contained in:
commit
06fe5480eb
1 changed files with 2 additions and 2 deletions
|
@ -20,6 +20,6 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.rubyforge_project = "simple_form"
|
||||
|
||||
s.add_dependency('activemodel', '~> 4.0')
|
||||
s.add_dependency('actionpack', '~> 4.0')
|
||||
s.add_dependency('activemodel', '>= 4.0')
|
||||
s.add_dependency('actionpack', '>= 4.0')
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue