Skip to content
Extraits de code Groupes Projets
Valider 3fd198d1 rédigé par Sarah Mei's avatar Sarah Mei
Parcourir les fichiers

mongrel doesn't build under 1.9

parent d819c987
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -62,7 +62,7 @@ group :test do ...@@ -62,7 +62,7 @@ group :test do
gem 'database_cleaner', '0.5.2' gem 'database_cleaner', '0.5.2'
gem 'webmock' gem 'webmock'
gem 'jasmine', :path => 'vendor/gems/jasmine' gem 'jasmine', :path => 'vendor/gems/jasmine'
gem 'mongrel' gem 'mongrel' if RUBY_VERSION.include? "1.8"
end end
group :deployment do group :deployment do
......
...@@ -117,7 +117,8 @@ GEM ...@@ -117,7 +117,8 @@ GEM
addressable (2.2.2) addressable (2.2.2)
arel (1.0.1) arel (1.0.1)
activesupport (~> 3.0.0) activesupport (~> 3.0.0)
aws (2.3.22) aws (2.3.24)
activesupport
http_connection http_connection
uuidtools uuidtools
xml-simple xml-simple
...@@ -187,10 +188,10 @@ GEM ...@@ -187,10 +188,10 @@ GEM
factory_girl_rails (1.0) factory_girl_rails (1.0)
factory_girl (~> 1.3) factory_girl (~> 1.3)
rails (>= 3.0.0.beta4) rails (>= 3.0.0.beta4)
faraday (0.5.1) faraday (0.5.2)
addressable (~> 2.2.2) addressable (~> 2.2.2)
multipart-post (~> 1.0.1) multipart-post (~> 1.0.1)
rack (~> 1.2.1) rack (>= 1.1.0, < 2)
fastthread (1.0.7) fastthread (1.0.7)
ffi (0.6.3) ffi (0.6.3)
rake (>= 0.8.7) rake (>= 0.8.7)
...@@ -220,7 +221,7 @@ GEM ...@@ -220,7 +221,7 @@ GEM
mini_fb (1.1.3) mini_fb (1.1.3)
hashie hashie
rest-client rest-client
mini_magick (2.3) mini_magick (3.0)
subexec (~> 0.0.4) subexec (~> 0.0.4)
mixlib-authentication (1.1.4) mixlib-authentication (1.1.4)
mixlib-log mixlib-log
......
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