Skip to content
Extraits de code Groupes Projets
Valider 0aa8e0e7 rédigé par Raphael's avatar Raphael
Parcourir les fichiers

Unfortunately, we can't put ruby-debug in the gemfile because it breaks 1.9.2...

Unfortunately, we can't put ruby-debug in the gemfile because it breaks 1.9.2 compatibility.  Just put it back in locally when you want to use it, or figure out how to do a switch by ruby verison in the Gemfile
parent 139102e4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -38,7 +38,6 @@ gem 'mini_magick' ...@@ -38,7 +38,6 @@ gem 'mini_magick'
group :test, :development do group :test, :development do
gem 'factory_girl_rails' gem 'factory_girl_rails'
gem 'ruby-debug'
end end
group :test do group :test do
......
...@@ -116,7 +116,6 @@ GEM ...@@ -116,7 +116,6 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.3) selenium-webdriver (>= 0.0.3)
columnize (0.3.1)
crack (0.1.8) crack (0.1.8)
cucumber (0.9.0) cucumber (0.9.0)
builder (~> 2.1.2) builder (~> 2.1.2)
...@@ -152,7 +151,6 @@ GEM ...@@ -152,7 +151,6 @@ GEM
i18n (0.4.1) i18n (0.4.1)
json (1.4.6) json (1.4.6)
json_pure (1.4.6) json_pure (1.4.6)
linecache (0.43)
mail (2.2.6.1) mail (2.2.6.1)
activesupport (>= 2.3.6) activesupport (>= 2.3.6)
mime-types mime-types
...@@ -214,11 +212,6 @@ GEM ...@@ -214,11 +212,6 @@ GEM
rspec-rails (2.0.0.beta.17) rspec-rails (2.0.0.beta.17)
rspec (>= 2.0.0.beta.14) rspec (>= 2.0.0.beta.14)
webrat (>= 0.7.0) webrat (>= 0.7.0)
ruby-debug (0.10.3)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0)
ruby-debug-base (0.10.3)
linecache (>= 0.3)
rubyzip (0.9.4) rubyzip (0.9.4)
selenium-webdriver (0.0.28) selenium-webdriver (0.0.28)
ffi (>= 0.6.1) ffi (>= 0.6.1)
...@@ -278,7 +271,6 @@ DEPENDENCIES ...@@ -278,7 +271,6 @@ DEPENDENCIES
roxml! roxml!
rspec (>= 2.0.0.beta.17) rspec (>= 2.0.0.beta.17)
rspec-rails (= 2.0.0.beta.17) rspec-rails (= 2.0.0.beta.17)
ruby-debug
sprinkle! sprinkle!
thin thin
webmock webmock
......
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