Bump Rails dependencies to 4-0-stable

This commit is contained in:
Andriel Nuernberg 2013-12-05 20:50:15 -02:00
parent 1071d8f714
commit 9be3efe9e8
2 changed files with 26 additions and 20 deletions

View File

@ -3,9 +3,9 @@ source 'https://rubygems.org'
gemspec
gem 'country_select', '~> 1.1.1'
gem 'railties', '>= 4.0.0', '< 4.1'
gem 'activemodel', '>= 4.0.0', '< 4.1'
gem 'actionpack', '>= 4.0.0', '< 4.1'
gem 'railties', github: 'rails/rails', branch: '4-0-stable'
gem 'activemodel', github: 'rails/rails', branch: '4-0-stable'
gem 'actionpack', github: 'rails/rails', branch: '4-0-stable'
gem 'rake'
gem 'rdoc'
gem 'tzinfo'

View File

@ -1,12 +1,7 @@
PATH
remote: .
specs:
simple_form (3.0.1)
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)
GEM
remote: https://rubygems.org/
GIT
remote: git://github.com/rails/rails.git
revision: b632a8237745c62747558551c74e32a3bb056e09
branch: 4-0-stable
specs:
actionpack (4.0.2)
activesupport (= 4.0.2)
@ -23,6 +18,22 @@ GEM
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
railties (4.0.2)
actionpack (= 4.0.2)
activesupport (= 4.0.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
PATH
remote: .
specs:
simple_form (3.0.1)
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)
GEM
remote: https://rubygems.org/
specs:
atomic (1.1.14)
builder (3.1.4)
country_select (1.1.3)
@ -34,11 +45,6 @@ GEM
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
railties (4.0.2)
actionpack (= 4.0.2)
activesupport (= 4.0.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.1.0)
rdoc (4.0.1)
json (~> 1.4)
@ -51,10 +57,10 @@ PLATFORMS
ruby
DEPENDENCIES
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)
actionpack!
activemodel!
country_select (~> 1.1.1)
railties (>= 4.0.0, < 4.1)
railties!
rake
rdoc
simple_form!