mirror of
https://github.com/heartcombo/simple_form.git
synced 2022-11-09 12:19:26 -05:00
Depend on r.0 rc1
This commit is contained in:
parent
571ba1e0b1
commit
ee5d6be669
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
simple_form (3.0.0.beta1)
|
simple_form (3.0.0.beta1)
|
||||||
actionpack (>= 4.0.0.beta, < 4.1)
|
actionpack (>= 4.0.0.rc1, < 4.1)
|
||||||
activemodel (>= 4.0.0.beta, < 4.1)
|
activemodel (>= 4.0.0.rc1, < 4.1)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
|
|
|
@ -20,6 +20,6 @@ Gem::Specification.new do |s|
|
||||||
|
|
||||||
s.rubyforge_project = "simple_form"
|
s.rubyforge_project = "simple_form"
|
||||||
|
|
||||||
s.add_dependency('activemodel', '>= 4.0.0.beta', '< 4.1')
|
s.add_dependency('activemodel', '>= 4.0.0.rc1', '< 4.1')
|
||||||
s.add_dependency('actionpack', '>= 4.0.0.beta', '< 4.1')
|
s.add_dependency('actionpack', '>= 4.0.0.rc1', '< 4.1')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue