Commit 82619e6ed966aaf7962c8ad6bfd3ac091f20fd9d
1 parent
66ce7918
Exists in
master
and in
1 other branch
Linecache failing to install on build host
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Gemfile
... | ... | @@ -26,8 +26,8 @@ group :development, :test do |
26 | 26 | gem 'rspec-rails', '~> 2.5' |
27 | 27 | gem 'webmock', :require => false |
28 | 28 | gem 'factory_girl_rails' |
29 | - gem 'ruby-debug', :platform => :mri_18 | |
30 | - gem 'ruby-debug19', :platform => :mri_19, :require => 'ruby-debug' | |
29 | +# gem 'ruby-debug', :platform => :mri_18 | |
30 | +# gem 'ruby-debug19', :platform => :mri_19, :require => 'ruby-debug' | |
31 | 31 | end |
32 | 32 | |
33 | 33 | group :test do | ... | ... |