Update rails dependency to version 3.2.1
This commit is contained in:
parent
0c44f0a97a
commit
987c82725e
50
Gemfile.lock
50
Gemfile.lock
|
@ -17,31 +17,31 @@ GIT
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (3.2.0)
|
actionmailer (3.2.1)
|
||||||
actionpack (= 3.2.0)
|
actionpack (= 3.2.1)
|
||||||
mail (~> 2.4.0)
|
mail (~> 2.4.0)
|
||||||
actionpack (3.2.0)
|
actionpack (3.2.1)
|
||||||
activemodel (= 3.2.0)
|
activemodel (= 3.2.1)
|
||||||
activesupport (= 3.2.0)
|
activesupport (= 3.2.1)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
journey (~> 1.0.0)
|
journey (~> 1.0.1)
|
||||||
rack (~> 1.4.0)
|
rack (~> 1.4.0)
|
||||||
rack-cache (~> 1.1)
|
rack-cache (~> 1.1)
|
||||||
rack-test (~> 0.6.1)
|
rack-test (~> 0.6.1)
|
||||||
sprockets (~> 2.1.2)
|
sprockets (~> 2.1.2)
|
||||||
activemodel (3.2.0)
|
activemodel (3.2.1)
|
||||||
activesupport (= 3.2.0)
|
activesupport (= 3.2.1)
|
||||||
builder (~> 3.0.0)
|
builder (~> 3.0.0)
|
||||||
activerecord (3.2.0)
|
activerecord (3.2.1)
|
||||||
activemodel (= 3.2.0)
|
activemodel (= 3.2.1)
|
||||||
activesupport (= 3.2.0)
|
activesupport (= 3.2.1)
|
||||||
arel (~> 3.0.0)
|
arel (~> 3.0.0)
|
||||||
tzinfo (~> 0.3.29)
|
tzinfo (~> 0.3.29)
|
||||||
activeresource (3.2.0)
|
activeresource (3.2.1)
|
||||||
activemodel (= 3.2.0)
|
activemodel (= 3.2.1)
|
||||||
activesupport (= 3.2.0)
|
activesupport (= 3.2.1)
|
||||||
activesupport (3.2.0)
|
activesupport (3.2.1)
|
||||||
i18n (~> 0.6)
|
i18n (~> 0.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
addressable (2.2.6)
|
addressable (2.2.6)
|
||||||
|
@ -105,17 +105,17 @@ GEM
|
||||||
rack
|
rack
|
||||||
rack-test (0.6.1)
|
rack-test (0.6.1)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
rails (3.2.0)
|
rails (3.2.1)
|
||||||
actionmailer (= 3.2.0)
|
actionmailer (= 3.2.1)
|
||||||
actionpack (= 3.2.0)
|
actionpack (= 3.2.1)
|
||||||
activerecord (= 3.2.0)
|
activerecord (= 3.2.1)
|
||||||
activeresource (= 3.2.0)
|
activeresource (= 3.2.1)
|
||||||
activesupport (= 3.2.0)
|
activesupport (= 3.2.1)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.2.0)
|
railties (= 3.2.1)
|
||||||
railties (3.2.0)
|
railties (3.2.1)
|
||||||
actionpack (= 3.2.0)
|
actionpack (= 3.2.1)
|
||||||
activesupport (= 3.2.0)
|
activesupport (= 3.2.1)
|
||||||
rack-ssl (~> 1.3.2)
|
rack-ssl (~> 1.3.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
rdoc (~> 3.4)
|
rdoc (~> 3.4)
|
||||||
|
|
Loading…
Reference in New Issue