Skip to content

Commit

Permalink
Don't install ruby-debug19 on Ruby 1.9.3 (crashes)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Jan 5, 2012
1 parent 70b6c74 commit ff65a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ end

group :development, :test do
gem 'ruby-debug', :platform => :mri_18
gem 'ruby-debug19', :platform => :mri_19, :require => 'ruby-debug'
gem 'ruby-debug19', :platform => :mri_19, :require => 'ruby-debug' if RUBY_VERSION == "1.9.2"
gem 'awesome_print'

gem 'test-unit', '~> 2.4.3', :platform => :mri_19, :require => false
Expand Down

0 comments on commit ff65a78

Please sign in to comment.