]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
bb8bab962301881ed397d48bd25abe66d65d6bf6
[chef.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     artifactory (2.5.0)
5     ast (2.3.0)
6     backports (3.6.8)
7     cucumber-core (2.0.0)
8       backports (~> 3.6)
9       gherkin (~> 4.0)
10     diff-lcs (1.2.5)
11     erubis (2.7.0)
12     foodcritic (8.1.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.0.0)
21     kitchen-vagrant (0.20.0)
22       test-kitchen (~> 1.4)
23     mixlib-install (2.1.4)
24       artifactory
25       mixlib-shellout
26       mixlib-versioning
27       thor
28     mixlib-shellout (2.2.7)
29     mixlib-versioning (1.1.0)
30     multi_json (1.12.1)
31     net-scp (1.2.1)
32       net-ssh (>= 2.6.5)
33     net-ssh (3.2.0)
34     net-ssh-gateway (1.2.0)
35       net-ssh (>= 2.6.5)
36     net-telnet (0.1.1)
37     nokogiri (1.6.8.1)
38     parser (2.3.1.4)
39       ast (~> 2.2)
40     polyglot (0.3.5)
41     powerpack (0.1.1)
42     rainbow (2.1.0)
43     rake (11.3.0)
44     rspec (3.5.0)
45       rspec-core (~> 3.5.0)
46       rspec-expectations (~> 3.5.0)
47       rspec-mocks (~> 3.5.0)
48     rspec-core (3.5.4)
49       rspec-support (~> 3.5.0)
50     rspec-expectations (3.5.0)
51       diff-lcs (>= 1.2.0, < 2.0)
52       rspec-support (~> 3.5.0)
53     rspec-its (1.2.0)
54       rspec-core (>= 3.0.0)
55       rspec-expectations (>= 3.0.0)
56     rspec-mocks (3.5.0)
57       diff-lcs (>= 1.2.0, < 2.0)
58       rspec-support (~> 3.5.0)
59     rspec-support (3.5.0)
60     rubocop (0.44.1)
61       parser (>= 2.3.1.1, < 3.0)
62       powerpack (~> 0.1)
63       rainbow (>= 1.99.1, < 3.0)
64       ruby-progressbar (~> 1.7)
65       unicode-display_width (~> 1.0, >= 1.0.1)
66     ruby-progressbar (1.8.1)
67     rufus-lru (1.1.0)
68     safe_yaml (1.0.4)
69     serverspec (2.37.2)
70       multi_json
71       rspec (~> 3.0)
72       rspec-its
73       specinfra (~> 2.53)
74     sfl (2.3)
75     specinfra (2.63.3)
76       net-scp
77       net-ssh (>= 2.7, < 4.0)
78       net-telnet
79       sfl
80     test-kitchen (1.13.2)
81       mixlib-install (>= 1.2, < 3.0)
82       mixlib-shellout (>= 1.2, < 3.0)
83       net-scp (~> 1.1)
84       net-ssh (>= 2.9, < 4.0)
85       net-ssh-gateway (~> 1.2.0)
86       safe_yaml (~> 1.0)
87       thor (~> 0.18)
88     thor (0.19.1)
89     treetop (1.6.8)
90       polyglot (~> 0.3)
91     unicode-display_width (1.1.1)
92     yajl-ruby (1.2.1)
93
94 PLATFORMS
95   ruby
96
97 DEPENDENCIES
98   foodcritic
99   kitchen-vagrant
100   rubocop
101   serverspec
102   test-kitchen
103
104 BUNDLED WITH
105    1.10.6