]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
reduce size of fpm pool on pummelzacken
[chef.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     ast (2.4.0)
5     backports (3.11.3)
6     builder (3.2.3)
7     cucumber-core (3.1.0)
8       backports (>= 3.8.0)
9       cucumber-tag_expressions (~> 1.1.0)
10       gherkin (>= 5.0.0)
11     cucumber-tag_expressions (1.1.1)
12     diff-lcs (1.3)
13     erubis (2.7.0)
14     ffi (1.9.23)
15     ffi-yajl (2.3.1)
16       libyajl2 (~> 1.2)
17     foodcritic (13.1.1)
18       cucumber-core (>= 1.3)
19       erubis
20       ffi-yajl (~> 2.0)
21       nokogiri (>= 1.5, < 2.0)
22       rake
23       rufus-lru (~> 1.0)
24       treetop (~> 1.4)
25     gherkin (5.0.0)
26     gssapi (1.2.0)
27       ffi (>= 1.0.1)
28     gyoku (1.3.1)
29       builder (>= 2.1.2)
30     httpclient (2.8.3)
31     kitchen-vagrant (1.3.2)
32       test-kitchen (~> 1.4)
33     libyajl2 (1.2.0)
34     little-plugger (1.1.4)
35     logging (2.2.2)
36       little-plugger (~> 1.1)
37       multi_json (~> 1.10)
38     mini_portile2 (2.3.0)
39     mixlib-install (3.10.0)
40       mixlib-shellout
41       mixlib-versioning
42       thor
43     mixlib-shellout (2.3.2)
44     mixlib-versioning (1.2.2)
45     multi_json (1.13.1)
46     net-scp (1.2.1)
47       net-ssh (>= 2.6.5)
48     net-ssh (4.2.0)
49       openssl
50     net-ssh-gateway (1.3.0)
51       net-ssh (>= 2.6.5)
52     net-telnet (0.1.1)
53     nokogiri (1.8.2)
54       mini_portile2 (~> 2.3.0)
55     nori (2.6.0)
56     openssl (2.1.0)
57     parallel (1.12.1)
58     parser (2.5.1.0)
59       ast (~> 2.4.0)
60     polyglot (0.3.5)
61     powerpack (0.1.1)
62     rainbow (3.0.0)
63     rake (12.3.1)
64     rspec (3.7.0)
65       rspec-core (~> 3.7.0)
66       rspec-expectations (~> 3.7.0)
67       rspec-mocks (~> 3.7.0)
68     rspec-core (3.7.1)
69       rspec-support (~> 3.7.0)
70     rspec-expectations (3.7.0)
71       diff-lcs (>= 1.2.0, < 2.0)
72       rspec-support (~> 3.7.0)
73     rspec-its (1.2.0)
74       rspec-core (>= 3.0.0)
75       rspec-expectations (>= 3.0.0)
76     rspec-mocks (3.7.0)
77       diff-lcs (>= 1.2.0, < 2.0)
78       rspec-support (~> 3.7.0)
79     rspec-support (3.7.1)
80     rubocop (0.56.0)
81       parallel (~> 1.10)
82       parser (>= 2.5)
83       powerpack (~> 0.1)
84       rainbow (>= 2.2.2, < 4.0)
85       ruby-progressbar (~> 1.7)
86       unicode-display_width (~> 1.0, >= 1.0.1)
87     ruby-progressbar (1.9.0)
88     rubyntlm (0.6.2)
89     rubyzip (1.2.1)
90     rufus-lru (1.1.0)
91     serverspec (2.41.3)
92       multi_json
93       rspec (~> 3.0)
94       rspec-its
95       specinfra (~> 2.72)
96     sfl (2.3)
97     specinfra (2.73.3)
98       net-scp
99       net-ssh (>= 2.7, < 5.0)
100       net-telnet
101       sfl
102     test-kitchen (1.21.2)
103       mixlib-install (~> 3.6)
104       mixlib-shellout (>= 1.2, < 3.0)
105       net-scp (~> 1.1)
106       net-ssh (>= 2.9, < 5.0)
107       net-ssh-gateway (~> 1.2)
108       thor (~> 0.19)
109       winrm (~> 2.0)
110       winrm-elevated (~> 1.0)
111       winrm-fs (~> 1.1)
112     thor (0.20.0)
113     treetop (1.6.10)
114       polyglot (~> 0.3)
115     unicode-display_width (1.3.2)
116     winrm (2.2.3)
117       builder (>= 2.1.2)
118       erubis (~> 2.7)
119       gssapi (~> 1.2)
120       gyoku (~> 1.0)
121       httpclient (~> 2.2, >= 2.2.0.2)
122       logging (>= 1.6.1, < 3.0)
123       nori (~> 2.0)
124       rubyntlm (~> 0.6.0, >= 0.6.1)
125     winrm-elevated (1.1.0)
126       winrm (~> 2.0)
127       winrm-fs (~> 1.0)
128     winrm-fs (1.2.0)
129       erubis (~> 2.7)
130       logging (>= 1.6.1, < 3.0)
131       rubyzip (~> 1.1)
132       winrm (~> 2.0)
133
134 PLATFORMS
135   ruby
136
137 DEPENDENCIES
138   foodcritic
139   kitchen-vagrant
140   rubocop
141   serverspec
142   test-kitchen
143
144 BUNDLED WITH
145    1.16.2