aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPaul Bonaud <paul.bonaud@fretlink.com>2020-03-02 10:20:59 +0100
committerPaul Bonaud <paul.bonaud@fretlink.com>2020-03-02 15:27:35 +0100
commit90673d25d1e823e7d9eae38a0fca60efaaf378e5 (patch)
treee4992b840eb58d5001e17282135df4db7f38509f
parent57dd8a22fc5b17b152fe68539debedecd01a93a8 (diff)
downloadpronto-hlint-90673d25d1e823e7d9eae38a0fca60efaaf378e5.tar.gz
pronto-hlint-90673d25d1e823e7d9eae38a0fca60efaaf378e5.tar.zst
pronto-hlint-90673d25d1e823e7d9eae38a0fca60efaaf378e5.zip
Remove gems lock file to avoid Security alerts from github
This repo is a ruby gem (library) the dependencies specified by the gemspec are enough and commiting a lock file doesn't make sense (because dependencies are installed by `gem` or `bundle` when people pull the gem).
-rw-r--r--gems.locked71
1 files changed, 0 insertions, 71 deletions
diff --git a/gems.locked b/gems.locked
deleted file mode 100644
index 9a5d599..0000000
--- a/gems.locked
+++ /dev/null
@@ -1,71 +0,0 @@
1PATH
2 remote: .
3 specs:
4 pronto-hlint (0.1.0)
5 pronto (~> 0.10.0)
6
7GEM
8 remote: https://rubygems.org/
9 specs:
10 addressable (2.5.2)
11 public_suffix (>= 2.0.2, < 4.0)
12 byebug (11.0.1)
13 diff-lcs (1.3)
14 faraday (0.15.4)
15 multipart-post (>= 1.2, < 3)
16 gitlab (4.10.0)
17 httparty (~> 0.14, >= 0.14.0)
18 terminal-table (~> 1.5, >= 1.5.1)
19 httparty (0.16.4)
20 mime-types (~> 3.0)
21 multi_xml (>= 0.5.2)
22 mime-types (3.2.2)
23 mime-types-data (~> 3.2015)
24 mime-types-data (3.2019.0331)
25 multi_xml (0.6.0)
26 multipart-post (2.0.0)
27 octokit (4.14.0)
28 sawyer (~> 0.8.0, >= 0.5.3)
29 pronto (0.10.0)
30 gitlab (~> 4.0, >= 4.0.0)
31 httparty (>= 0.13.7)
32 octokit (~> 4.7, >= 4.7.0)
33 rainbow (>= 2.2, < 4.0)
34 rugged (~> 0.24, >= 0.23.0)
35 thor (~> 0.20.0)
36 public_suffix (3.0.3)
37 rainbow (3.0.0)
38 rake (12.3.2)
39 rspec (3.8.0)
40 rspec-core (~> 3.8.0)
41 rspec-expectations (~> 3.8.0)
42 rspec-mocks (~> 3.8.0)
43 rspec-core (3.8.0)
44 rspec-support (~> 3.8.0)
45 rspec-expectations (3.8.2)
46 diff-lcs (>= 1.2.0, < 2.0)
47 rspec-support (~> 3.8.0)
48 rspec-mocks (3.8.0)
49 diff-lcs (>= 1.2.0, < 2.0)
50 rspec-support (~> 3.8.0)
51 rspec-support (3.8.0)
52 rugged (0.28.1)
53 sawyer (0.8.1)
54 addressable (>= 2.3.5, < 2.6)
55 faraday (~> 0.8, < 1.0)
56 terminal-table (1.8.0)
57 unicode-display_width (~> 1.1, >= 1.1.1)
58 thor (0.20.3)
59 unicode-display_width (1.5.0)
60
61PLATFORMS
62 ruby
63
64DEPENDENCIES
65 byebug (>= 9)
66 pronto-hlint!
67 rake (>= 11.0, < 13)
68 rspec (~> 3.4)
69
70BUNDLED WITH
71 2.0.1