update rails to 4.0.5
This commit is contained in:
parent
b07f6cf1db
commit
61c72b44e9
2 changed files with 22 additions and 22 deletions
2
Gemfile
2
Gemfile
|
|
@ -1,6 +1,6 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '4.0.3'
|
gem 'rails', '4.0.5'
|
||||||
|
|
||||||
# Legacy Rails features, remove me!
|
# Legacy Rails features, remove me!
|
||||||
|
|
||||||
|
|
|
||||||
42
Gemfile.lock
42
Gemfile.lock
|
|
@ -1,11 +1,11 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (4.0.3)
|
actionmailer (4.0.5)
|
||||||
actionpack (= 4.0.3)
|
actionpack (= 4.0.5)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (4.0.3)
|
actionpack (4.0.5)
|
||||||
activesupport (= 4.0.3)
|
activesupport (= 4.0.5)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
rack (~> 1.5.2)
|
rack (~> 1.5.2)
|
||||||
|
|
@ -14,13 +14,13 @@ GEM
|
||||||
actionpack (>= 4.0.0, < 5.0)
|
actionpack (>= 4.0.0, < 5.0)
|
||||||
actionpack-page_caching (1.0.2)
|
actionpack-page_caching (1.0.2)
|
||||||
actionpack (>= 4.0.0, < 5)
|
actionpack (>= 4.0.0, < 5)
|
||||||
activemodel (4.0.3)
|
activemodel (4.0.5)
|
||||||
activesupport (= 4.0.3)
|
activesupport (= 4.0.5)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
activerecord (4.0.3)
|
activerecord (4.0.5)
|
||||||
activemodel (= 4.0.3)
|
activemodel (= 4.0.5)
|
||||||
activerecord-deprecated_finders (~> 1.0.2)
|
activerecord-deprecated_finders (~> 1.0.2)
|
||||||
activesupport (= 4.0.3)
|
activesupport (= 4.0.5)
|
||||||
arel (~> 4.0.0)
|
arel (~> 4.0.0)
|
||||||
activerecord-deprecated_finders (1.0.3)
|
activerecord-deprecated_finders (1.0.3)
|
||||||
activerecord-import (0.4.1)
|
activerecord-import (0.4.1)
|
||||||
|
|
@ -29,8 +29,8 @@ GEM
|
||||||
activemodel (~> 4.0)
|
activemodel (~> 4.0)
|
||||||
activesupport (~> 4.0)
|
activesupport (~> 4.0)
|
||||||
rails-observers (~> 0.1.1)
|
rails-observers (~> 0.1.1)
|
||||||
activesupport (4.0.3)
|
activesupport (4.0.5)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
i18n (~> 0.6, >= 0.6.9)
|
||||||
minitest (~> 4.2)
|
minitest (~> 4.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
|
|
@ -322,13 +322,13 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.0.3)
|
rails (4.0.5)
|
||||||
actionmailer (= 4.0.3)
|
actionmailer (= 4.0.5)
|
||||||
actionpack (= 4.0.3)
|
actionpack (= 4.0.5)
|
||||||
activerecord (= 4.0.3)
|
activerecord (= 4.0.5)
|
||||||
activesupport (= 4.0.3)
|
activesupport (= 4.0.5)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.0.3)
|
railties (= 4.0.5)
|
||||||
sprockets-rails (~> 2.0.0)
|
sprockets-rails (~> 2.0.0)
|
||||||
rails-i18n (4.0.1)
|
rails-i18n (4.0.1)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
|
|
@ -354,9 +354,9 @@ GEM
|
||||||
sass-rails (~> 4.0)
|
sass-rails (~> 4.0)
|
||||||
rails_autolink (1.1.5)
|
rails_autolink (1.1.5)
|
||||||
rails (> 3.1)
|
rails (> 3.1)
|
||||||
railties (4.0.3)
|
railties (4.0.5)
|
||||||
actionpack (= 4.0.3)
|
actionpack (= 4.0.5)
|
||||||
activesupport (= 4.0.3)
|
activesupport (= 4.0.5)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
raindrops (0.13.0)
|
raindrops (0.13.0)
|
||||||
|
|
@ -528,7 +528,7 @@ DEPENDENCIES
|
||||||
rack-protection (= 1.2)
|
rack-protection (= 1.2)
|
||||||
rack-rewrite (= 1.5.0)
|
rack-rewrite (= 1.5.0)
|
||||||
rack-ssl (= 1.3.3)
|
rack-ssl (= 1.3.3)
|
||||||
rails (= 4.0.3)
|
rails (= 4.0.5)
|
||||||
rails-i18n (= 4.0.1)
|
rails-i18n (= 4.0.1)
|
||||||
rails-timeago (= 2.4.0)
|
rails-timeago (= 2.4.0)
|
||||||
rails_admin (= 0.6.1)
|
rails_admin (= 0.6.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue