diff options
author | Christopher Baines <mail@cbaines.net> | 2018-03-26 20:51:29 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-04-03 21:57:39 +0100 |
commit | db47540067a807e0ca6e6db19d27326bbd79de18 (patch) | |
tree | 38c8e2647977b50decb55d5168e4b1aba8905f40 | |
parent | e8d5e4fbf0990ecb497893a45da1c0c200bb5ee4 (diff) | |
download | govuk-mini-environment-admin-db47540067a807e0ca6e6db19d27326bbd79de18.tar govuk-mini-environment-admin-db47540067a807e0ca6e6db19d27326bbd79de18.tar.gz |
Add ruby-pry to the development environment
-rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ ("ruby" ,ruby) ("ruby-rerun" ,ruby-rerun) ("ruby-annotate" ,ruby-annotate) + ;; Useful for debugging and required for using Robe (Emacs) + ("ruby-pry" ,ruby-pry) ("postgresql" ,postgresql))))) govuk-mini-environment-admin-development-environment |