Update to rails 4.0.3
This commit is contained in:
parent
c02fa94d5e
commit
60fd6e2f5b
2 changed files with 24 additions and 24 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
# Require rails
|
# Require rails
|
||||||
gem 'rails', '4.0.2'
|
gem 'rails', '4.0.3'
|
||||||
|
|
||||||
# Require things which have moved to gems in ruby 1.9
|
# Require things which have moved to gems in ruby 1.9
|
||||||
gem 'bigdecimal', "~> 1.1.0", :platforms => :ruby_19
|
gem 'bigdecimal', "~> 1.1.0", :platforms => :ruby_19
|
||||||
|
|
46
Gemfile.lock
46
Gemfile.lock
|
@ -2,27 +2,27 @@ GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
SystemTimer (1.2.3)
|
SystemTimer (1.2.3)
|
||||||
actionmailer (4.0.2)
|
actionmailer (4.0.3)
|
||||||
actionpack (= 4.0.2)
|
actionpack (= 4.0.3)
|
||||||
mail (~> 2.5.4)
|
mail (~> 2.5.4)
|
||||||
actionpack (4.0.2)
|
actionpack (4.0.3)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
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)
|
||||||
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.2)
|
activemodel (4.0.3)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
builder (~> 3.1.0)
|
builder (~> 3.1.0)
|
||||||
activerecord (4.0.2)
|
activerecord (4.0.3)
|
||||||
activemodel (= 4.0.2)
|
activemodel (= 4.0.3)
|
||||||
activerecord-deprecated_finders (~> 1.0.2)
|
activerecord-deprecated_finders (~> 1.0.2)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
arel (~> 4.0.0)
|
arel (~> 4.0.0)
|
||||||
activerecord-deprecated_finders (1.0.3)
|
activerecord-deprecated_finders (1.0.3)
|
||||||
activesupport (4.0.2)
|
activesupport (4.0.3)
|
||||||
i18n (~> 0.6, >= 0.6.4)
|
i18n (~> 0.6, >= 0.6.4)
|
||||||
minitest (~> 4.2)
|
minitest (~> 4.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
|
@ -69,7 +69,7 @@ GEM
|
||||||
jsonify (< 0.4.0)
|
jsonify (< 0.4.0)
|
||||||
jwt (0.1.11)
|
jwt (0.1.11)
|
||||||
multi_json (>= 1.5)
|
multi_json (>= 1.5)
|
||||||
kgio (2.9.1)
|
kgio (2.9.2)
|
||||||
libxml-ruby (2.7.0)
|
libxml-ruby (2.7.0)
|
||||||
mail (2.5.4)
|
mail (2.5.4)
|
||||||
mime-types (~> 1.16)
|
mime-types (~> 1.16)
|
||||||
|
@ -104,7 +104,7 @@ GEM
|
||||||
cocaine (~> 0.5.3)
|
cocaine (~> 0.5.3)
|
||||||
mime-types
|
mime-types
|
||||||
pg (0.17.1)
|
pg (0.17.1)
|
||||||
polyglot (0.3.3)
|
polyglot (0.3.4)
|
||||||
psych (2.0.4)
|
psych (2.0.4)
|
||||||
r2 (0.2.2)
|
r2 (0.2.2)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
|
@ -114,24 +114,24 @@ GEM
|
||||||
ruby-openid (>= 2.1.8)
|
ruby-openid (>= 2.1.8)
|
||||||
rack-test (0.6.2)
|
rack-test (0.6.2)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (4.0.2)
|
rails (4.0.3)
|
||||||
actionmailer (= 4.0.2)
|
actionmailer (= 4.0.3)
|
||||||
actionpack (= 4.0.2)
|
actionpack (= 4.0.3)
|
||||||
activerecord (= 4.0.2)
|
activerecord (= 4.0.3)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
bundler (>= 1.3.0, < 2.0)
|
bundler (>= 1.3.0, < 2.0)
|
||||||
railties (= 4.0.2)
|
railties (= 4.0.3)
|
||||||
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)
|
||||||
rails (~> 4.0)
|
rails (~> 4.0)
|
||||||
railties (4.0.2)
|
railties (4.0.3)
|
||||||
actionpack (= 4.0.2)
|
actionpack (= 4.0.3)
|
||||||
activesupport (= 4.0.2)
|
activesupport (= 4.0.3)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
rake (10.1.1)
|
rake (10.1.1)
|
||||||
redcarpet (3.0.0)
|
redcarpet (3.1.1)
|
||||||
rinku (1.7.3)
|
rinku (1.7.3)
|
||||||
ruby-openid (2.5.0)
|
ruby-openid (2.5.0)
|
||||||
sanitize (2.1.0)
|
sanitize (2.1.0)
|
||||||
|
@ -196,7 +196,7 @@ DEPENDENCIES
|
||||||
psych
|
psych
|
||||||
r2
|
r2
|
||||||
rack-cors
|
rack-cors
|
||||||
rails (= 4.0.2)
|
rails (= 4.0.3)
|
||||||
rails-i18n (~> 4.0.0)
|
rails-i18n (~> 4.0.0)
|
||||||
redcarpet
|
redcarpet
|
||||||
rinku (>= 1.2.2)
|
rinku (>= 1.2.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue