Skip to content

Commit

Permalink
debugger does not work on trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Mar 11, 2013
1 parent 464cd9d commit b98efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -30,7 +30,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile
platforms :mri do
group :test do
gem 'ruby-prof', '~> 0.11.2' if RUBY_VERSION < '2.0'
gem 'debugger' if !ENV['TRAVIS']
gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < '2.1'
end
end

Expand Down

0 comments on commit b98efa2

Please sign in to comment.