mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 05:13:04 +00:00
e18435d9ad
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
5 lines
67 B
Ruby
5 lines
67 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "travis"
|
|
gem "pry", "~> 0.11.0"
|