]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
Remove setting of level0.overpass_url_prefix, default should be fine.
[chef.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     artifactory (2.3.3)
5     ast (2.3.0)
6     cucumber-core (1.5.0)
7       gherkin (~> 4.0)
8     erubis (2.7.0)
9     foodcritic (6.3.0)
10       cucumber-core (>= 1.3)
11       erubis
12       nokogiri (>= 1.5, < 2.0)
13       rake
14       rufus-lru (~> 1.0)
15       treetop (~> 1.4)
16       yajl-ruby (~> 1.1)
17     gherkin (4.0.0)
18     kitchen-vagrant (0.20.0)
19       test-kitchen (~> 1.4)
20     mini_portile2 (2.1.0)
21     mixlib-install (1.1.0)
22       artifactory
23       mixlib-shellout
24       mixlib-versioning
25     mixlib-shellout (2.2.6)
26     mixlib-versioning (1.1.0)
27     net-scp (1.2.1)
28       net-ssh (>= 2.6.5)
29     net-ssh (3.2.0)
30     nokogiri (1.6.8)
31       mini_portile2 (~> 2.1.0)
32       pkg-config (~> 1.1.7)
33     parser (2.3.1.2)
34       ast (~> 2.2)
35     pkg-config (1.1.7)
36     polyglot (0.3.5)
37     powerpack (0.1.1)
38     rainbow (2.1.0)
39     rake (11.2.2)
40     rubocop (0.41.1)
41       parser (>= 2.3.1.1, < 3.0)
42       powerpack (~> 0.1)
43       rainbow (>= 1.99.1, < 3.0)
44       ruby-progressbar (~> 1.7)
45       unicode-display_width (~> 1.0, >= 1.0.1)
46     ruby-progressbar (1.8.1)
47     rufus-lru (1.1.0)
48     safe_yaml (1.0.4)
49     test-kitchen (1.10.2)
50       mixlib-install (~> 1.0, >= 1.0.4)
51       mixlib-shellout (>= 1.2, < 3.0)
52       net-scp (~> 1.1)
53       net-ssh (>= 2.9, < 4.0)
54       safe_yaml (~> 1.0)
55       thor (~> 0.18)
56     thor (0.19.1)
57     treetop (1.6.5)
58       polyglot (~> 0.3)
59     unicode-display_width (1.1.0)
60     yajl-ruby (1.2.1)
61
62 PLATFORMS
63   ruby
64
65 DEPENDENCIES
66   foodcritic
67   kitchen-vagrant
68   rubocop
69   test-kitchen
70
71 BUNDLED WITH
72    1.11.2