1 { lib, bundlerApp, bundlerUpdateScript }:
8 passthru.updateScript = bundlerUpdateScript "pry";
11 description = "A Ruby runtime developer console and IRB alternative";
12 homepage = "https://pryrepl.org";
13 license = licenses.mit;
14 maintainers = [ maintainers.tckmn ];
15 platforms = platforms.unix;