Skip to content

Commit

Permalink
Revert "Merge pull request #2375 from michaelklishin/patch-1"
Browse files Browse the repository at this point in the history
This reverts commit e109d22, reversing
changes made to 4f993b3.
  • Loading branch information
Raphael Sofaer committed Nov 10, 2011
1 parent e109d22 commit cfbc2b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Gemfile
Expand Up @@ -141,11 +141,9 @@ group :development do
gem 'capistrano-ext', '1.2.1', :require => false
gem 'linecache', '0.43', :platforms => :mri_18
gem 'parallel_tests'
unless ENV["CI"]
gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
gem 'ruby-debug19', :platforms => :ruby_19
gem 'ruby-debug', :platforms => :mri_18
end
gem 'ruby-debug-base19', '0.11.23' if RUBY_VERSION.include? '1.9.1'
gem 'ruby-debug19', :platforms => :ruby_19
gem 'ruby-debug', :platforms => :mri_18
gem 'sod', :git => 'git://github.com/MikeSofaer/sod.git', :require => false
gem 'yard'
end

0 comments on commit cfbc2b7

Please sign in to comment.