This website requires JavaScript.
Explore
Help
Sign in
cafkafk
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2
133103d709
nixpkgs
/
pkgs
/
development
/
tools
/
misc
/
travis
/
Gemfile
5 lines
67 B
Text
Raw
Normal View
History
Unescape
Escape
travis: init at 1.8.2
2016-04-04 12:55:48 +02:00
source "https://rubygems.org"
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 22:35:27 +01:00
gem "travis"
gem "pry", "~> 0.11.0"
Reference in a new issue
Copy permalink