aboutsummaryrefslogtreecommitdiffhomepage
path: root/ci/pronto/Gemfile.lock
diff options
context:
space:
mode:
Diffstat (limited to 'ci/pronto/Gemfile.lock')
-rw-r--r--ci/pronto/Gemfile.lock67
1 files changed, 67 insertions, 0 deletions
diff --git a/ci/pronto/Gemfile.lock b/ci/pronto/Gemfile.lock
new file mode 100644
index 0000000..683d4dd
--- /dev/null
+++ b/ci/pronto/Gemfile.lock
@@ -0,0 +1,67 @@
1GEM
2 remote: https://rubygems.org/
3 specs:
4 addressable (2.7.0)
5 public_suffix (>= 2.0.2, < 5.0)
6 diff-lcs (1.3)
7 faraday (1.0.0)
8 multipart-post (>= 1.2, < 3)
9 gitlab (4.13.1)
10 httparty (~> 0.14, >= 0.14.0)
11 terminal-table (~> 1.5, >= 1.5.1)
12 httparty (0.18.0)
13 mime-types (~> 3.0)
14 multi_xml (>= 0.5.2)
15 mime-types (3.3.1)
16 mime-types-data (~> 3.2015)
17 mime-types-data (3.2019.1009)
18 multi_xml (0.6.0)
19 multipart-post (2.1.1)
20 octokit (4.16.0)
21 faraday (>= 0.9)
22 sawyer (~> 0.8.0, >= 0.5.3)
23 pronto (0.10.0)
24 gitlab (~> 4.0, >= 4.0.0)
25 httparty (>= 0.13.7)
26 octokit (~> 4.7, >= 4.7.0)
27 rainbow (>= 2.2, < 4.0)
28 rugged (~> 0.24, >= 0.23.0)
29 thor (~> 0.20.0)
30 pronto-hlint (0.1.0)
31 pronto (~> 0.10.0)
32 public_suffix (4.0.3)
33 rainbow (3.0.0)
34 rake (13.0.1)
35 rspec (3.9.0)
36 rspec-core (~> 3.9.0)
37 rspec-expectations (~> 3.9.0)
38 rspec-mocks (~> 3.9.0)
39 rspec-core (3.9.1)
40 rspec-support (~> 3.9.1)
41 rspec-expectations (3.9.0)
42 diff-lcs (>= 1.2.0, < 2.0)
43 rspec-support (~> 3.9.0)
44 rspec-mocks (3.9.1)
45 diff-lcs (>= 1.2.0, < 2.0)
46 rspec-support (~> 3.9.0)
47 rspec-support (3.9.2)
48 rugged (0.28.4.1)
49 sawyer (0.8.2)
50 addressable (>= 2.3.5)
51 faraday (> 0.8, < 2.0)
52 terminal-table (1.8.0)
53 unicode-display_width (~> 1.1, >= 1.1.1)
54 thor (0.20.3)
55 unicode-display_width (1.6.1)
56
57PLATFORMS
58 ruby
59
60DEPENDENCIES
61 pronto
62 pronto-hlint
63 rake
64 rspec
65
66BUNDLED WITH
67 1.17.3