File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source 'https://rubygems.org'
33chef_version = ENV . fetch ( 'CHEF_VERSION' , '14.10.9' )
44
55gem 'rake'
6+ gem 'rack' , '>= 2.2.20'
67gem 'rspec-expectations' , '< 3.12.4'
78gem 'chef' , "= #{ chef_version } "
89gem 'cucumber-core' , '~> 3.2.1'
Original file line number Diff line number Diff line change 221221 proxifier (1.0.3 )
222222 public_suffix (4.0.6 )
223223 racc (1.8.1 )
224- rack (2.2.18 )
224+ rack (2.2.21 )
225225 rainbow (3.1.1 )
226226 rake (13.2.1 )
227227 rbnacl (4.0.2 )
@@ -379,6 +379,7 @@ DEPENDENCIES
379379 json_spec (~> 1.1.4 )
380380 kitchen-docker (~> 2.3.0 )
381381 kitchen-vagrant
382+ rack (>= 2.2.20 )
382383 rake
383384 rbnacl (~> 4.0.2 )
384385 rbnacl-libsodium (~> 1.0.16 )
@@ -389,4 +390,4 @@ DEPENDENCIES
389390 yaml
390391
391392BUNDLED WITH
392- 2.3.26
393+ 2.3.27
You can’t perform that action at this time.
0 commit comments