Skip to content

Commit

Permalink
dev: ruby-debug19 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 1, 2011
1 parent a5c0ee0 commit 3ba3a49
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gemfiles/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ def self.extended(host)
end

platforms :mri_19 do
gem 'linecache19', '0.5.11' # 0.5.12 cannot install on 1.9.1, and 0.5.11 appears to work with both 1.9.1 & 1.9.2
gem 'ruby-debug19'
gem 'ruby-debug-base19', RUBY_VERSION == '1.9.1' ? '0.11.23' : '~> 0.11.24'
if RUBY_VERSION == '1.9.2'
gem 'linecache19', '~> 0.5.12'
gem 'ruby-debug19', '~> 0.11.6'
gem 'ruby-debug-base19', '~> 0.11.25'
end
end

platforms :ruby_18, :ruby_19 do
Expand Down

0 comments on commit 3ba3a49

Please sign in to comment.