diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2019-04-14 19:42:39 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-03-02 15:27:34 +0100 |
commit | 57dd8a22fc5b17b152fe68539debedecd01a93a8 (patch) | |
tree | c77e3b932a201edbb77bf3a66490f833a144e58f /ci/pronto/Gemfile | |
parent | 9c1df04756bd900c1ab61e98526ad6eaac8a7216 (diff) | |
download | pronto-hlint-57dd8a22fc5b17b152fe68539debedecd01a93a8.tar.gz pronto-hlint-57dd8a22fc5b17b152fe68539debedecd01a93a8.tar.zst pronto-hlint-57dd8a22fc5b17b152fe68539debedecd01a93a8.zip |
ci: fix Nix environment to launch tests
Diffstat (limited to 'ci/pronto/Gemfile')
-rw-r--r-- | ci/pronto/Gemfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/pronto/Gemfile b/ci/pronto/Gemfile new file mode 100644 index 0000000..615ae47 --- /dev/null +++ b/ci/pronto/Gemfile | |||
@@ -0,0 +1,6 @@ | |||
1 | source "https://rubygems.org" | ||
2 | |||
3 | gem "pronto" | ||
4 | gem "pronto-hlint" | ||
5 | gem "rspec" | ||
6 | gem "rake" | ||