]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
Fix alias processing in mediawiki apache configuration
[chef.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     ast (2.3.0)
5     backports (3.10.3)
6     builder (3.2.3)
7     cucumber-core (3.0.0)
8       backports (>= 3.8.0)
9       cucumber-tag_expressions (>= 1.0.1)
10       gherkin (>= 4.1.3)
11     cucumber-tag_expressions (1.0.1)
12     diff-lcs (1.3)
13     erubis (2.7.0)
14     ffi (1.9.18)
15     ffi-yajl (2.3.1)
16       libyajl2 (~> 1.2)
17     foodcritic (12.2.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.2.1)
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.8.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.12.2)
46     net-scp (1.2.1)
47       net-ssh (>= 2.6.5)
48     net-ssh (4.2.0)
49     net-ssh-gateway (1.3.0)
50       net-ssh (>= 2.6.5)
51     net-telnet (0.1.1)
52     nokogiri (1.8.1)
53       mini_portile2 (~> 2.3.0)
54     nori (2.6.0)
55     parallel (1.12.0)
56     parser (2.4.0.2)
57       ast (~> 2.3)
58     polyglot (0.3.5)
59     powerpack (0.1.1)
60     rainbow (2.2.2)
61       rake
62     rake (12.2.1)
63     rspec (3.7.0)
64       rspec-core (~> 3.7.0)
65       rspec-expectations (~> 3.7.0)
66       rspec-mocks (~> 3.7.0)
67     rspec-core (3.7.0)
68       rspec-support (~> 3.7.0)
69     rspec-expectations (3.7.0)
70       diff-lcs (>= 1.2.0, < 2.0)
71       rspec-support (~> 3.7.0)
72     rspec-its (1.2.0)
73       rspec-core (>= 3.0.0)
74       rspec-expectations (>= 3.0.0)
75     rspec-mocks (3.7.0)
76       diff-lcs (>= 1.2.0, < 2.0)
77       rspec-support (~> 3.7.0)
78     rspec-support (3.7.0)
79     rubocop (0.51.0)
80       parallel (~> 1.10)
81       parser (>= 2.3.3.1, < 3.0)
82       powerpack (~> 0.1)
83       rainbow (>= 2.2.2, < 3.0)
84       ruby-progressbar (~> 1.7)
85       unicode-display_width (~> 1.0, >= 1.0.1)
86     ruby-progressbar (1.9.0)
87     rubyntlm (0.6.2)
88     rubyzip (1.2.1)
89     rufus-lru (1.1.0)
90     safe_yaml (1.0.4)
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.72.1)
98       net-scp
99       net-ssh (>= 2.7, < 5.0)
100       net-telnet
101       sfl
102     test-kitchen (1.19.0)
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       safe_yaml (~> 1.0)
109       thor (~> 0.19, < 0.19.2)
110       winrm (~> 2.0)
111       winrm-elevated (~> 1.0)
112       winrm-fs (~> 1.0.2)
113     thor (0.19.1)
114     treetop (1.6.8)
115       polyglot (~> 0.3)
116     unicode-display_width (1.3.0)
117     winrm (2.2.3)
118       builder (>= 2.1.2)
119       erubis (~> 2.7)
120       gssapi (~> 1.2)
121       gyoku (~> 1.0)
122       httpclient (~> 2.2, >= 2.2.0.2)
123       logging (>= 1.6.1, < 3.0)
124       nori (~> 2.0)
125       rubyntlm (~> 0.6.0, >= 0.6.1)
126     winrm-elevated (1.1.0)
127       winrm (~> 2.0)
128       winrm-fs (~> 1.0)
129     winrm-fs (1.0.2)
130       erubis (~> 2.7)
131       logging (>= 1.6.1, < 3.0)
132       rubyzip (~> 1.1)
133       winrm (~> 2.0)
134
135 PLATFORMS
136   ruby
137
138 DEPENDENCIES
139   foodcritic
140   kitchen-vagrant
141   rubocop
142   serverspec
143   test-kitchen
144
145 BUNDLED WITH
146    1.16.0