Skip to content

Commit

Permalink
Upgrade to rails 3.0.13 .
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistos committed Jun 4, 2012
1 parent 78ea813 commit e5ca089
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 37 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'rails', '3.0.11'
gem 'rails', '3.0.13'

gem 'bundler', '>= 1.0.0'
gem 'foreman'
Expand Down
69 changes: 33 additions & 36 deletions Gemfile.lock
Expand Up @@ -56,35 +56,35 @@ GEM
Platform (0.4.0)
SystemTimer (1.2.3)
abstract (1.0.0)
actionmailer (3.0.11)
actionpack (= 3.0.11)
actionmailer (3.0.13)
actionpack (= 3.0.13)
mail (~> 2.2.19)
actionpack (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
actionpack (3.0.13)
activemodel (= 3.0.13)
activesupport (= 3.0.13)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.5.0)
rack (~> 1.2.1)
rack (~> 1.2.5)
rack-mount (~> 0.6.14)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.11)
activesupport (= 3.0.11)
activemodel (3.0.13)
activesupport (= 3.0.13)
builder (~> 2.1.2)
i18n (~> 0.5.0)
activerecord (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
activerecord (3.0.13)
activemodel (= 3.0.13)
activesupport (= 3.0.13)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activerecord-import (0.2.8)
activerecord (~> 3.0pre)
activerecord (~> 3.0pre)
activeresource (3.0.11)
activemodel (= 3.0.11)
activesupport (= 3.0.11)
activesupport (3.0.11)
activerecord-import (0.2.9)
activerecord (~> 3.0)
activerecord (~> 3.0)
activeresource (3.0.13)
activemodel (= 3.0.13)
activesupport (= 3.0.13)
activesupport (3.0.13)
addressable (2.2.4)
archive-tar-minitar (0.5.2)
arel (2.0.10)
Expand Down Expand Up @@ -301,36 +301,33 @@ GEM
parallel (0.5.9)
parallel_tests (0.6.11)
parallel
pg (0.12.0)
rake-compiler (~> 0.7)
pg (0.13.2)
polyglot (0.3.3)
rack (1.2.4)
rack (1.2.5)
rack-mobile-detect (0.3.0)
rack
rack-mount (0.6.14)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.11)
actionmailer (= 3.0.11)
actionpack (= 3.0.11)
activerecord (= 3.0.11)
activeresource (= 3.0.11)
activesupport (= 3.0.11)
rails (3.0.13)
actionmailer (= 3.0.13)
actionpack (= 3.0.13)
activerecord (= 3.0.13)
activeresource (= 3.0.13)
activesupport (= 3.0.13)
bundler (~> 1.0)
railties (= 3.0.11)
railties (= 3.0.13)
rails-i18n (0.2.0)
i18n (~> 0.5)
railties (3.0.11)
actionpack (= 3.0.11)
activesupport (= 3.0.11)
railties (3.0.13)
actionpack (= 3.0.13)
activesupport (= 3.0.13)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (~> 0.14.4)
rake (0.9.2.2)
rake-compiler (0.7.9)
rake
rdoc (3.11)
rdoc (3.12)
json (~> 1.4)
redcarpet (2.0.0)
redis (2.2.2)
Expand Down Expand Up @@ -412,7 +409,7 @@ GEM
simple_oauth (~> 0.1)
typhoeus (0.3.3)
mime-types
tzinfo (0.3.31)
tzinfo (0.3.33)
uuidtools (2.1.2)
vegas (0.1.8)
rack (>= 1.0.0)
Expand Down Expand Up @@ -486,7 +483,7 @@ DEPENDENCIES
omniauth-twitter
parallel_tests
pg
rails (= 3.0.11)
rails (= 3.0.13)
rails-i18n
redcarpet (= 2.0.0)
resque (= 1.19.0)
Expand Down

0 comments on commit e5ca089

Please sign in to comment.