diff options
author | paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> | 2020-03-03 11:05:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-03 11:05:51 +0100 |
commit | 7c775a376ca17c06fd08a65ebe7a8937be02ed3c (patch) | |
tree | 7c12b732a589753769e78d53d2a5998f3939029f /ci/pronto/Gemfile | |
parent | 9c1df04756bd900c1ab61e98526ad6eaac8a7216 (diff) | |
parent | 0e815dc35f57fb54ab4b0699961f4aa8148d310b (diff) | |
download | pronto-hlint-7c775a376ca17c06fd08a65ebe7a8937be02ed3c.tar.gz pronto-hlint-7c775a376ca17c06fd08a65ebe7a8937be02ed3c.tar.zst pronto-hlint-7c775a376ca17c06fd08a65ebe7a8937be02ed3c.zip |
Fixing CI, bumping ruby and removing gem lock file
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" | ||