Skip to content

Commit

Permalink
Revert "Use plaform mri_19 for debugger gem"
Browse files Browse the repository at this point in the history
This reverts commit 2233f14.
  • Loading branch information
tenderlove committed Sep 25, 2012
1 parent 267c3d0 commit b59faa7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Gemfile
Expand Up @@ -39,12 +39,7 @@ instance_eval File.read local_gemfile if File.exists? local_gemfile
platforms :mri do platforms :mri do
group :test do group :test do
gem 'ruby-prof', '~> 0.11.2' gem 'ruby-prof', '~> 0.11.2'
end gem 'debugger' if !ENV['TRAVIS'] && RUBY_VERSION < "2.0"
end

platforms :mri_19 do
group :test do
gem 'debugger' unless ENV['TRAVIS']
end end
end end


Expand Down

1 comment on commit b59faa7

@spastorino
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems Bundler's mri_19 doesn't work with ruby-trunk

Please sign in to comment.