Update Gemfile to use linecache19 if running on Ruby 1.9
Showing
... | ... | @@ -2,7 +2,8 @@ source "http://rubygems.org" |
gem "shoulda" | ||
gem "mocha" | ||
gem "rake" | ||
gem "ruby-debug" | ||
gem "ruby-debug", :platform => :ruby_18 | ||
gem "ruby-debug19", :platform => :ruby_19 | ||
gem "aws-s3", :require => "aws/s3" | ||
gem "sqlite3-ruby", "~>1.3.0" | ||
gem "appraisal" | ||
... | ... |
Please
register
or
sign in
to comment