Depend on r.0 rc1

This commit is contained in:
Carlos Antonio da Silva 2013-05-07 23:26:48 -03:00
parent 571ba1e0b1
commit ee5d6be669
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ PATH
remote: .
specs:
simple_form (3.0.0.beta1)
actionpack (>= 4.0.0.beta, < 4.1)
activemodel (>= 4.0.0.beta, < 4.1)
actionpack (>= 4.0.0.rc1, < 4.1)
activemodel (>= 4.0.0.rc1, < 4.1)
GEM
remote: https://rubygems.org/

View File

@ -20,6 +20,6 @@ Gem::Specification.new do |s|
s.rubyforge_project = "simple_form"
s.add_dependency('activemodel', '>= 4.0.0.beta', '< 4.1')
s.add_dependency('actionpack', '>= 4.0.0.beta', '< 4.1')
s.add_dependency('activemodel', '>= 4.0.0.rc1', '< 4.1')
s.add_dependency('actionpack', '>= 4.0.0.rc1', '< 4.1')
end