]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
tilecache: Add SSL traffic rate limit
[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     diff-lcs (1.2.5)
9     erubis (2.7.0)
10     foodcritic (7.1.0)
11       cucumber-core (>= 1.3)
12       erubis
13       nokogiri (>= 1.5, < 2.0)
14       rake
15       rufus-lru (~> 1.0)
16       treetop (~> 1.4)
17       yajl-ruby (~> 1.1)
18     gherkin (4.0.0)
19     kitchen-vagrant (0.20.0)
20       test-kitchen (~> 1.4)
21     mini_portile2 (2.1.0)
22     mixlib-install (1.1.0)
23       artifactory
24       mixlib-shellout
25       mixlib-versioning
26     mixlib-shellout (2.2.7)
27     mixlib-versioning (1.1.0)
28     multi_json (1.12.1)
29     net-scp (1.2.1)
30       net-ssh (>= 2.6.5)
31     net-ssh (3.2.0)
32     net-ssh-gateway (1.2.0)
33       net-ssh (>= 2.6.5)
34     net-telnet (0.1.1)
35     nokogiri (1.6.8)
36       mini_portile2 (~> 2.1.0)
37       pkg-config (~> 1.1.7)
38     parser (2.3.1.2)
39       ast (~> 2.2)
40     pkg-config (1.1.7)
41     polyglot (0.3.5)
42     powerpack (0.1.1)
43     rainbow (2.1.0)
44     rake (11.2.2)
45     rspec (3.5.0)
46       rspec-core (~> 3.5.0)
47       rspec-expectations (~> 3.5.0)
48       rspec-mocks (~> 3.5.0)
49     rspec-core (3.5.2)
50       rspec-support (~> 3.5.0)
51     rspec-expectations (3.5.0)
52       diff-lcs (>= 1.2.0, < 2.0)
53       rspec-support (~> 3.5.0)
54     rspec-its (1.2.0)
55       rspec-core (>= 3.0.0)
56       rspec-expectations (>= 3.0.0)
57     rspec-mocks (3.5.0)
58       diff-lcs (>= 1.2.0, < 2.0)
59       rspec-support (~> 3.5.0)
60     rspec-support (3.5.0)
61     rubocop (0.42.0)
62       parser (>= 2.3.1.1, < 3.0)
63       powerpack (~> 0.1)
64       rainbow (>= 1.99.1, < 3.0)
65       ruby-progressbar (~> 1.7)
66       unicode-display_width (~> 1.0, >= 1.0.1)
67     ruby-progressbar (1.8.1)
68     rufus-lru (1.1.0)
69     safe_yaml (1.0.4)
70     serverspec (2.36.0)
71       multi_json
72       rspec (~> 3.0)
73       rspec-its
74       specinfra (~> 2.53)
75     sfl (2.2)
76     specinfra (2.61.1)
77       net-scp
78       net-ssh (>= 2.7, < 4.0)
79       net-telnet
80       sfl
81     test-kitchen (1.11.1)
82       mixlib-install (~> 1.0, >= 1.0.4)
83       mixlib-shellout (>= 1.2, < 3.0)
84       net-scp (~> 1.1)
85       net-ssh (>= 2.9, < 4.0)
86       net-ssh-gateway (~> 1.2.0)
87       safe_yaml (~> 1.0)
88       thor (~> 0.18)
89     thor (0.19.1)
90     treetop (1.6.8)
91       polyglot (~> 0.3)
92     unicode-display_width (1.1.0)
93     yajl-ruby (1.2.1)
94
95 PLATFORMS
96   ruby
97
98 DEPENDENCIES
99   foodcritic
100   kitchen-vagrant
101   rubocop
102   serverspec
103   test-kitchen
104
105 BUNDLED WITH
106    1.11.2