]> git.openstreetmap.org Git - chef.git/blob - Gemfile.lock
Update CiviCRM to 5.14.0
[chef.git] / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     ast (2.4.0)
5     backports (3.13.0)
6     bcrypt_pbkdf (1.0.1)
7     builder (3.2.3)
8     cucumber-core (3.2.1)
9       backports (>= 3.8.0)
10       cucumber-tag_expressions (~> 1.1.0)
11       gherkin (~> 5.0)
12     cucumber-tag_expressions (1.1.1)
13     diff-lcs (1.3)
14     ed25519 (1.2.4)
15     erubis (2.7.0)
16     ffi (1.10.0)
17     ffi-yajl (2.3.1)
18       libyajl2 (~> 1.2)
19     foodcritic (15.1.0)
20       cucumber-core (>= 1.3, < 4.0)
21       erubis
22       ffi-yajl (~> 2.0)
23       nokogiri (>= 1.5, < 2.0)
24       rake
25       rufus-lru (~> 1.0)
26       treetop (~> 1.4)
27     gherkin (5.1.0)
28     gssapi (1.2.0)
29       ffi (>= 1.0.1)
30     gyoku (1.3.1)
31       builder (>= 2.1.2)
32     httpclient (2.8.3)
33     jaro_winkler (1.5.2)
34     kitchen-vagrant (1.5.1)
35       test-kitchen (>= 1.4, < 3)
36     libyajl2 (1.2.0)
37     little-plugger (1.1.4)
38     logging (2.2.2)
39       little-plugger (~> 1.1)
40       multi_json (~> 1.10)
41     mini_portile2 (2.4.0)
42     mixlib-install (3.11.12)
43       mixlib-shellout
44       mixlib-versioning
45       thor
46     mixlib-shellout (2.4.4)
47     mixlib-versioning (1.2.7)
48     multi_json (1.13.1)
49     net-scp (2.0.0)
50       net-ssh (>= 2.6.5, < 6.0.0)
51     net-ssh (5.2.0)
52     net-ssh-gateway (2.0.0)
53       net-ssh (>= 4.0.0)
54     net-telnet (0.1.1)
55     nokogiri (1.10.3)
56       mini_portile2 (~> 2.4.0)
57     nori (2.6.0)
58     parallel (1.17.0)
59     parser (2.6.2.1)
60       ast (~> 2.4.0)
61     polyglot (0.3.5)
62     psych (3.1.0)
63     rainbow (3.0.0)
64     rake (12.3.2)
65     rspec (3.8.0)
66       rspec-core (~> 3.8.0)
67       rspec-expectations (~> 3.8.0)
68       rspec-mocks (~> 3.8.0)
69     rspec-core (3.8.0)
70       rspec-support (~> 3.8.0)
71     rspec-expectations (3.8.3)
72       diff-lcs (>= 1.2.0, < 2.0)
73       rspec-support (~> 3.8.0)
74     rspec-its (1.3.0)
75       rspec-core (>= 3.0.0)
76       rspec-expectations (>= 3.0.0)
77     rspec-mocks (3.8.0)
78       diff-lcs (>= 1.2.0, < 2.0)
79       rspec-support (~> 3.8.0)
80     rspec-support (3.8.0)
81     rubocop (0.67.2)
82       jaro_winkler (~> 1.5.1)
83       parallel (~> 1.10)
84       parser (>= 2.5, != 2.5.1.1)
85       psych (>= 3.1.0)
86       rainbow (>= 2.2.2, < 4.0)
87       ruby-progressbar (~> 1.7)
88       unicode-display_width (>= 1.4.0, < 1.6)
89     rubocop-performance (1.1.0)
90       rubocop (>= 0.67.0)
91     ruby-progressbar (1.10.0)
92     rubyntlm (0.6.2)
93     rubyzip (1.2.2)
94     rufus-lru (1.1.0)
95     serverspec (2.41.3)
96       multi_json
97       rspec (~> 3.0)
98       rspec-its
99       specinfra (~> 2.72)
100     sfl (2.3)
101     specinfra (2.77.0)
102       net-scp
103       net-ssh (>= 2.7)
104       net-telnet (= 0.1.1)
105       sfl
106     test-kitchen (2.1.0)
107       bcrypt_pbkdf (~> 1.0)
108       ed25519 (~> 1.2)
109       mixlib-install (~> 3.6)
110       mixlib-shellout (>= 1.2, < 3.0)
111       net-scp (>= 1.1, < 3.0)
112       net-ssh (>= 2.9, < 6.0)
113       net-ssh-gateway (>= 1.2, < 3.0)
114       thor (~> 0.19)
115       winrm (~> 2.0)
116       winrm-elevated (~> 1.0)
117       winrm-fs (~> 1.1)
118     thor (0.20.3)
119     treetop (1.6.10)
120       polyglot (~> 0.3)
121     unicode-display_width (1.5.0)
122     winrm (2.3.1)
123       builder (>= 2.1.2)
124       erubis (~> 2.7)
125       gssapi (~> 1.2)
126       gyoku (~> 1.0)
127       httpclient (~> 2.2, >= 2.2.0.2)
128       logging (>= 1.6.1, < 3.0)
129       nori (~> 2.0)
130       rubyntlm (~> 0.6.0, >= 0.6.1)
131     winrm-elevated (1.1.1)
132       winrm (~> 2.0)
133       winrm-fs (~> 1.0)
134     winrm-fs (1.3.2)
135       erubis (~> 2.7)
136       logging (>= 1.6.1, < 3.0)
137       rubyzip (~> 1.1)
138       winrm (~> 2.0)
139
140 PLATFORMS
141   ruby
142
143 DEPENDENCIES
144   foodcritic
145   kitchen-vagrant
146   rubocop
147   rubocop-performance
148   serverspec
149   test-kitchen
150
151 BUNDLED WITH
152    1.16.2