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
... | @@ -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 | ||
... | ... |
Veuillez vous inscrire ou vous se connecter pour commenter