Skip to content

Commit

Permalink
Lock linecache19 to a version that can install on 1.9.1 and 1.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Apr 9, 2011
1 parent 364ea9e commit ded5cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ group :extras do
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'
end
Expand Down

0 comments on commit ded5cf1

Please sign in to comment.