Skip to content

Commit

Permalink
ruby-debug19 not supported in rubies >= 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
etehtsea committed Jun 4, 2011
1 parent 6e91e9f commit ef40717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -2,4 +2,4 @@ source "http://rubygems.org"
gemspec

gem "ruby-debug", :platforms => :mri_18
gem "ruby-debug19", :platforms => :mri_19, :require => 'ruby-debug'
gem "ruby-debug19", :platforms => :mri_19, :require => 'ruby-debug' if RUBY_VERSION < "1.9.3"

0 comments on commit ef40717

Please sign in to comment.