Skip to content
Extraits de code Groupes Projets
Valider c7f19eb5 rédigé par Jonne Hass's avatar Jonne Hass
Parcourir les fichiers

update to rails 3.0.11

parent bb356f07
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
source 'http://rubygems.org' source 'http://rubygems.org'
gem 'rails', '3.0.10' gem 'rails', '3.0.11'
gem 'bundler', '>= 1.0.0' gem 'bundler', '>= 1.0.0'
gem 'foreman' gem 'foreman'
......
...@@ -56,12 +56,12 @@ GEM ...@@ -56,12 +56,12 @@ GEM
Platform (0.4.0) Platform (0.4.0)
SystemTimer (1.2.3) SystemTimer (1.2.3)
abstract (1.0.0) abstract (1.0.0)
actionmailer (3.0.10) actionmailer (3.0.11)
actionpack (= 3.0.10) actionpack (= 3.0.11)
mail (~> 2.2.19) mail (~> 2.2.19)
actionpack (3.0.10) actionpack (3.0.11)
activemodel (= 3.0.10) activemodel (= 3.0.11)
activesupport (= 3.0.10) activesupport (= 3.0.11)
builder (~> 2.1.2) builder (~> 2.1.2)
erubis (~> 2.6.6) erubis (~> 2.6.6)
i18n (~> 0.5.0) i18n (~> 0.5.0)
...@@ -69,22 +69,22 @@ GEM ...@@ -69,22 +69,22 @@ GEM
rack-mount (~> 0.6.14) rack-mount (~> 0.6.14)
rack-test (~> 0.5.7) rack-test (~> 0.5.7)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activemodel (3.0.10) activemodel (3.0.11)
activesupport (= 3.0.10) activesupport (= 3.0.11)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.5.0) i18n (~> 0.5.0)
activerecord (3.0.10) activerecord (3.0.11)
activemodel (= 3.0.10) activemodel (= 3.0.11)
activesupport (= 3.0.10) activesupport (= 3.0.11)
arel (~> 2.0.10) arel (~> 2.0.10)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activerecord-import (0.2.8) activerecord-import (0.2.8)
activerecord (~> 3.0pre) activerecord (~> 3.0pre)
activerecord (~> 3.0pre) activerecord (~> 3.0pre)
activeresource (3.0.10) activeresource (3.0.11)
activemodel (= 3.0.10) activemodel (= 3.0.11)
activesupport (= 3.0.10) activesupport (= 3.0.11)
activesupport (3.0.10) activesupport (3.0.11)
addressable (2.2.4) addressable (2.2.4)
archive-tar-minitar (0.5.2) archive-tar-minitar (0.5.2)
arel (2.0.10) arel (2.0.10)
...@@ -246,7 +246,7 @@ GEM ...@@ -246,7 +246,7 @@ GEM
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
messagebus_ruby_api (0.4.8) messagebus_ruby_api (0.4.8)
mime-types (1.16) mime-types (1.17.2)
mini_magick (3.2) mini_magick (3.2)
subexec (~> 0.0.4) subexec (~> 0.0.4)
mixlib-authentication (1.1.4) mixlib-authentication (1.1.4)
...@@ -330,7 +330,7 @@ GEM ...@@ -330,7 +330,7 @@ GEM
parallel (0.5.9) parallel (0.5.9)
parallel_tests (0.6.7) parallel_tests (0.6.7)
parallel parallel
polyglot (0.3.2) polyglot (0.3.3)
pyu-ruby-sasl (0.0.3.3) pyu-ruby-sasl (0.0.3.3)
rack (1.2.4) rack (1.2.4)
rack-mobile-detect (0.3.0) rack-mobile-detect (0.3.0)
...@@ -342,26 +342,26 @@ GEM ...@@ -342,26 +342,26 @@ GEM
ruby-openid (>= 2.1.8) ruby-openid (>= 2.1.8)
rack-test (0.5.7) rack-test (0.5.7)
rack (>= 1.0) rack (>= 1.0)
rails (3.0.10) rails (3.0.11)
actionmailer (= 3.0.10) actionmailer (= 3.0.11)
actionpack (= 3.0.10) actionpack (= 3.0.11)
activerecord (= 3.0.10) activerecord (= 3.0.11)
activeresource (= 3.0.10) activeresource (= 3.0.11)
activesupport (= 3.0.10) activesupport (= 3.0.11)
bundler (~> 1.0) bundler (~> 1.0)
railties (= 3.0.10) railties (= 3.0.11)
rails-i18n (0.1.10) rails-i18n (0.1.10)
i18n (~> 0.5) i18n (~> 0.5)
railties (3.0.10) railties (3.0.11)
actionpack (= 3.0.10) actionpack (= 3.0.11)
activesupport (= 3.0.10) activesupport (= 3.0.11)
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (~> 0.14.4) thor (~> 0.14.4)
rake (0.9.2) rake (0.9.2.2)
rash (0.3.0) rash (0.3.0)
hashie (~> 1.0.0) hashie (~> 1.0.0)
rdoc (3.10) rdoc (3.11)
json (~> 1.4) json (~> 1.4)
redcarpet (2.0.0b5) redcarpet (2.0.0b5)
redis (2.2.2) redis (2.2.2)
...@@ -451,7 +451,7 @@ GEM ...@@ -451,7 +451,7 @@ GEM
typhoeus (0.2.4) typhoeus (0.2.4)
mime-types mime-types
mime-types mime-types
tzinfo (0.3.30) tzinfo (0.3.31)
uuidtools (2.1.2) uuidtools (2.1.2)
vegas (0.1.8) vegas (0.1.8)
rack (>= 1.0.0) rack (>= 1.0.0)
...@@ -522,7 +522,7 @@ DEPENDENCIES ...@@ -522,7 +522,7 @@ DEPENDENCIES
ohai (= 0.5.8) ohai (= 0.5.8)
omniauth (= 0.2.6) omniauth (= 0.2.6)
parallel_tests parallel_tests
rails (= 3.0.10) rails (= 3.0.11)
rails-i18n rails-i18n
redcarpet (= 2.0.0b5) redcarpet (= 2.0.0b5)
resque (= 1.10.0) resque (= 1.10.0)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter