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:
@@ -1,3 +1,4 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "travis", "1.8.10"
|
||||
gem "travis"
|
||||
gem "pry", "~> 0.11.0"
|
||||
|
||||
Reference in New Issue
Block a user