travis: add pry to the dependencies

This is required to run `travis console` but is not part of the upstream
dependency list. Upstream is also not compatible with pry 0.12+ and
breaks with this error `uninitialized constant Pry::SIMPLE_PROMPT`.

Fixes #73238
This commit is contained in:
zimbatm
2019-11-20 15:36:55 -08:00
committed by Jon
parent a548423ae0
commit e18435d9ad
3 changed files with 57 additions and 13 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
source "https://rubygems.org"
gem "travis", "1.8.10"
gem "travis"
gem "pry", "~> 0.11.0"