nixpkgs/pkgs/development/tools/misc/travis/Gemfile
zimbatm e18435d9ad 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
2019-11-20 15:36:55 -08:00

5 lines
67 B
Ruby

source "https://rubygems.org"
gem "travis"
gem "pry", "~> 0.11.0"