Skip to content

Commit

Permalink
ruby-debug's dependencies are causing trouble in ruby 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 20, 2011
1 parent c69521e commit 0778d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -22,7 +22,7 @@ gem "ZenTest", "4.4.2"
gem "nokogiri", "1.4.4"

platforms :mri_18 do
gem 'ruby-debug'
gem 'ruby-debug' unless RUBY_VERSION == "1.8.6"
end

platforms :mri_19 do
Expand Down

0 comments on commit 0778d63

Please sign in to comment.