]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
put pummelzacken in import mode
[chef.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     artifactory (2.8.2)
5     ast (2.3.0)
6     backports (3.8.0)
7     cucumber-core (2.0.0)
8       backports (~> 3.6)
9       gherkin (~> 4.0)
10     diff-lcs (1.3)
11     erubis (2.7.0)
12     foodcritic (11.2.0)
13       cucumber-core (>= 1.3)
14       erubis
15       nokogiri (>= 1.5, < 2.0)
16       rake
17       rufus-lru (~> 1.0)
18       treetop (~> 1.4)
19       yajl-ruby (~> 1.1)
20     gherkin (4.1.3)
21     kitchen-vagrant (1.1.0)
22       test-kitchen (~> 1.4)
23     mini_portile2 (2.2.0)
24     mixlib-install (2.1.12)
25       artifactory
26       mixlib-shellout
27       mixlib-versioning
28       thor
29     mixlib-shellout (2.2.7)
30     mixlib-versioning (1.1.0)
31     multi_json (1.12.1)
32     net-scp (1.2.1)
33       net-ssh (>= 2.6.5)
34     net-ssh (4.1.0)
35       openssl
36     net-ssh-gateway (1.3.0)
37       net-ssh (>= 2.6.5)
38     net-telnet (0.1.1)
39     nokogiri (1.8.0)
40       mini_portile2 (~> 2.2.0)
41     openssl (2.0.3)
42     parallel (1.11.2)
43     parser (2.4.0.0)
44       ast (~> 2.2)
45     polyglot (0.3.5)
46     powerpack (0.1.1)
47     rainbow (2.2.2)
48       rake
49     rake (12.0.0)
50     rspec (3.6.0)
51       rspec-core (~> 3.6.0)
52       rspec-expectations (~> 3.6.0)
53       rspec-mocks (~> 3.6.0)
54     rspec-core (3.6.0)
55       rspec-support (~> 3.6.0)
56     rspec-expectations (3.6.0)
57       diff-lcs (>= 1.2.0, < 2.0)
58       rspec-support (~> 3.6.0)
59     rspec-its (1.2.0)
60       rspec-core (>= 3.0.0)
61       rspec-expectations (>= 3.0.0)
62     rspec-mocks (3.6.0)
63       diff-lcs (>= 1.2.0, < 2.0)
64       rspec-support (~> 3.6.0)
65     rspec-support (3.6.0)
66     rubocop (0.49.1)
67       parallel (~> 1.10)
68       parser (>= 2.3.3.1, < 3.0)
69       powerpack (~> 0.1)
70       rainbow (>= 1.99.1, < 3.0)
71       ruby-progressbar (~> 1.7)
72       unicode-display_width (~> 1.0, >= 1.0.1)
73     ruby-progressbar (1.8.1)
74     rufus-lru (1.1.0)
75     safe_yaml (1.0.4)
76     serverspec (2.39.1)
77       multi_json
78       rspec (~> 3.0)
79       rspec-its
80       specinfra (~> 2.68)
81     sfl (2.3)
82     specinfra (2.68.1)
83       net-scp
84       net-ssh (>= 2.7, < 5.0)
85       net-telnet
86       sfl
87     test-kitchen (1.16.0)
88       mixlib-install (>= 1.2, < 3.0)
89       mixlib-shellout (>= 1.2, < 3.0)
90       net-scp (~> 1.1)
91       net-ssh (>= 2.9, < 5.0)
92       net-ssh-gateway (~> 1.2)
93       safe_yaml (~> 1.0)
94       thor (~> 0.19, < 0.19.2)
95     thor (0.19.1)
96     treetop (1.6.8)
97       polyglot (~> 0.3)
98     unicode-display_width (1.3.0)
99     yajl-ruby (1.3.0)
100
101 PLATFORMS
102   ruby
103
104 DEPENDENCIES
105   foodcritic
106   kitchen-vagrant
107   rubocop
108   serverspec
109   test-kitchen
110
111 BUNDLED WITH
112    1.13.7