Skip to content

Commit

Permalink
Add ruby-debug19 for mri 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Sep 2, 2010
1 parent b227a9a commit 36e625d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ platforms :mri_18 do
gem "ruby-debug", ">= 0.10.3"
end

platforms :mri_19 do
gem "ruby-debug19"
end

platforms :ruby do
gem 'json'
gem 'yajl-ruby'
Expand Down

0 comments on commit 36e625d

Please sign in to comment.