bump rails version to 4.0.0.rc1

This commit is contained in:
Vasiliy Ermolovich 2013-05-03 17:39:45 +03:00
parent bd0e95f120
commit f406ecf88e
2 changed files with 20 additions and 21 deletions

View File

@ -3,9 +3,9 @@ source 'https://rubygems.org'
gemspec gemspec
gem 'country_select', '~> 1.1.1' gem 'country_select', '~> 1.1.1'
gem 'railties', '>= 4.0.0.beta1', '< 4.1' gem 'railties', '>= 4.0.0.rc1', '< 4.1'
gem 'activemodel', '>= 4.0.0.beta1', '< 4.1' gem 'activemodel', '>= 4.0.0.rc1', '< 4.1'
gem 'actionpack', '>= 4.0.0.beta1', '< 4.1' gem 'actionpack', '>= 4.0.0.rc1', '< 4.1'
gem 'rake' gem 'rake'
gem 'rdoc' gem 'rdoc'
gem 'tzinfo' gem 'tzinfo'

View File

@ -8,40 +8,39 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actionpack (4.0.0.beta1) actionpack (4.0.0.rc1)
activesupport (= 4.0.0.beta1) activesupport (= 4.0.0.rc1)
builder (~> 3.1.0) builder (~> 3.1.0)
erubis (~> 2.7.0) erubis (~> 2.7.0)
rack (~> 1.5.2) rack (~> 1.5.2)
rack-test (~> 0.6.2) rack-test (~> 0.6.2)
activemodel (4.0.0.beta1) activemodel (4.0.0.rc1)
activesupport (= 4.0.0.beta1) activesupport (= 4.0.0.rc1)
builder (~> 3.1.0) builder (~> 3.1.0)
activesupport (4.0.0.beta1) activesupport (4.0.0.rc1)
i18n (~> 0.6.2) i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2) minitest (~> 4.2)
multi_json (~> 1.3) multi_json (~> 1.3)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo (~> 0.3.33) tzinfo (~> 0.3.37)
atomic (1.1.7) atomic (1.1.8)
builder (3.1.4) builder (3.1.4)
country_select (1.1.3) country_select (1.1.3)
erubis (2.7.0) erubis (2.7.0)
i18n (0.6.4) i18n (0.6.4)
json (1.7.7) json (1.7.7)
minitest (4.7.1) minitest (4.7.4)
multi_json (1.7.2) multi_json (1.7.2)
rack (1.5.2) rack (1.5.2)
rack-test (0.6.2) rack-test (0.6.2)
rack (>= 1.0) rack (>= 1.0)
railties (4.0.0.beta1) railties (4.0.0.rc1)
actionpack (= 4.0.0.beta1) actionpack (= 4.0.0.rc1)
activesupport (= 4.0.0.beta1) activesupport (= 4.0.0.rc1)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) thor (>= 0.18.1, < 2.0)
thor (>= 0.17.0, < 2.0)
rake (10.0.4) rake (10.0.4)
rdoc (3.12.2) rdoc (4.0.1)
json (~> 1.4) json (~> 1.4)
thor (0.18.1) thor (0.18.1)
thread_safe (0.1.0) thread_safe (0.1.0)
@ -52,10 +51,10 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
actionpack (>= 4.0.0.beta1, < 4.1) actionpack (>= 4.0.0.rc1, < 4.1)
activemodel (>= 4.0.0.beta1, < 4.1) activemodel (>= 4.0.0.rc1, < 4.1)
country_select (~> 1.1.1) country_select (~> 1.1.1)
railties (>= 4.0.0.beta1, < 4.1) railties (>= 4.0.0.rc1, < 4.1)
rake rake
rdoc rdoc
simple_form! simple_form!