Skip to content

Commit

Permalink
add ruby-debug to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Sep 4, 2010
1 parent 15060b8 commit 04eeba1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gemfile
Expand Up @@ -9,3 +9,10 @@ gem "rspec-expectations", :path => "."
gem "rspec-core", :path => "../rspec-core"
gem "rspec-mocks", :path => "../rspec-mocks"
gem "watchr"

case RUBY_VERSION
when /^1\.9/
gem 'ruby-debug19'
when /^1\.8/
gem 'ruby-debug'
end

0 comments on commit 04eeba1

Please sign in to comment.