Skip to content

Commit

Permalink
no ruby-debug in 1.9.2 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jun 26, 2010
1 parent 5ec0f97 commit 1ba71b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -13,8 +13,9 @@ gem "flexmock"
gem "rspec-core", :path => "."
gem "rspec-expectations", :path => "../rspec-expectations"
gem "rspec-mocks", :path => "../rspec-mocks"
if RUBY_VERSION.to_s =~ /1.9/
if RUBY_VERSION.to_s =~ /1.9.1/
gem "ruby-debug19"
elsif RUBY_VERSION.to_s =~ /1.9.2/
else
gem "ruby-debug"
end

0 comments on commit 1ba71b6

Please sign in to comment.