Skip to content

Commit

Permalink
remove ruby-debug from the Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Fuchs committed Nov 3, 2011
1 parent 4da803d commit 2039dd0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile
Expand Up @@ -2,13 +2,13 @@ source :rubygems

gemspec

group :test do
platforms :mri_18 do
gem "require_relative", "~> 1.0.1"
gem 'ruby-debug'
end

platforms :mri_19 do
gem 'ruby-debug19', :platforms => :mri_19 unless RUBY_VERSION == '1.9.3'
end
end
# group :test do
# platforms :mri_18 do
# gem "require_relative", "~> 1.0.1"
# gem 'ruby-debug'
# end
#
# platforms :mri_19 do
# gem 'ruby-debug19', :platforms => :mri_19 unless RUBY_VERSION == '1.9.3'
# end
# end

0 comments on commit 2039dd0

Please sign in to comment.