Skip to content

Commit

Permalink
dev: fix ruby-debug version (and deps) for 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Oct 30, 2011
1 parent 9fb2798 commit 9a85bd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -46,9 +46,9 @@ group :development do

platforms :mri_19 do
if RUBY_VERSION == '1.9.2'
gem 'linecache19'
gem 'ruby-debug19'
gem 'ruby-debug-base19'
gem 'linecache19', '~> 0.5.12'
gem 'ruby-debug19', '~> 0.11.6'
gem 'ruby-debug-base19', '~> 0.11.25'
end
end

Expand Down

0 comments on commit 9a85bd9

Please sign in to comment.