Update to rails 3.2.1
This commit is contained in:
parent
9930b03388
commit
de312436a7
2 changed files with 27 additions and 27 deletions
2
Gemfile
2
Gemfile
|
@ -2,7 +2,7 @@
|
||||||
source 'http://rubygems.org'
|
source 'http://rubygems.org'
|
||||||
|
|
||||||
# Require rails
|
# Require rails
|
||||||
gem 'rails', '3.2.0'
|
gem 'rails', '3.2.1'
|
||||||
|
|
||||||
# Require the postgres database driver
|
# Require the postgres database driver
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
|
|
52
Gemfile.lock
52
Gemfile.lock
|
@ -2,31 +2,31 @@ GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
SystemTimer (1.2.3)
|
SystemTimer (1.2.3)
|
||||||
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)
|
||||||
|
@ -101,21 +101,21 @@ 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)
|
||||||
rails-i18n-updater (1.0.1)
|
rails-i18n-updater (1.0.1)
|
||||||
actionpack
|
actionpack
|
||||||
activesupport
|
activesupport
|
||||||
rails
|
rails
|
||||||
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)
|
||||||
|
@ -171,7 +171,7 @@ DEPENDENCIES
|
||||||
open_id_authentication (>= 1.1.0)
|
open_id_authentication (>= 1.1.0)
|
||||||
paperclip (~> 2.0)
|
paperclip (~> 2.0)
|
||||||
pg
|
pg
|
||||||
rails (= 3.2.0)
|
rails (= 3.2.1)
|
||||||
rails-i18n-updater
|
rails-i18n-updater
|
||||||
rinku (>= 1.2.2)
|
rinku (>= 1.2.2)
|
||||||
rmagick
|
rmagick
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue