Skip to content

Commit 167ceff

Browse files
committed
chore(gemfile+lock): switch to upstream kitchen-docker
* to resolve DSA keys issue in CentOS Stream * `bundle lock --update kitchen-docker`
1 parent 1fddc4c commit 167ceff

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem 'inspec', git: 'https://gitlab.com/saltstack-formulas/infrastructure/inspec'
1212
# improvement: avoid package installations which are already covered by the
1313
# `salt-image-builder` (i.e. the pre-salted images that we're using)
1414
# rubocop:disable Layout/LineLength
15-
gem 'kitchen-docker', git: 'https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker', branch: 'ssf'
15+
gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker', ref: '511e4ad36856b9e2eccceb56603586e6cebd296a'
1616
# rubocop:enable Layout/LineLength
1717

1818
gem 'kitchen-inspec', '3.0.0'

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
GIT
2+
remote: https://github.com/test-kitchen/kitchen-docker
3+
revision: 511e4ad36856b9e2eccceb56603586e6cebd296a
4+
ref: 511e4ad36856b9e2eccceb56603586e6cebd296a
5+
specs:
6+
kitchen-docker (3.0.0)
7+
test-kitchen (>= 1.0.0, < 4.0)
8+
19
GIT
210
remote: https://gitlab.com/saltstack-formulas/infrastructure/inspec
311
revision: a0c6295303f7d7a4d2a6164b5e77868560b04945
@@ -40,14 +48,6 @@ GIT
4048
tty-prompt (~> 0.17)
4149
tty-table (~> 0.10)
4250

43-
GIT
44-
remote: https://gitlab.com/saltstack-formulas/infrastructure/kitchen-docker
45-
revision: 104079a1d2fe34f5b076f4d316f6f837fa76e412
46-
branch: ssf
47-
specs:
48-
kitchen-docker (2.13.0)
49-
test-kitchen (>= 1.0.0)
50-
5151
GEM
5252
remote: https://rubygems.org/
5353
specs:
@@ -322,11 +322,11 @@ GEM
322322
ms_rest_azure (~> 0.12.0)
323323
azure_mgmt_storage (0.23.0)
324324
ms_rest_azure (~> 0.12.0)
325-
base64 (0.2.0)
325+
base64 (0.3.0)
326326
bcrypt_pbkdf (1.1.1)
327327
bcrypt_pbkdf (1.1.1-x64-mingw-ucrt)
328328
benchmark (0.4.0)
329-
bigdecimal (3.1.9)
329+
bigdecimal (3.3.1)
330330
bson (4.15.0)
331331
builder (3.3.0)
332332
chef-config (18.7.6)
@@ -513,7 +513,7 @@ GEM
513513
faraday (>= 0.9, < 2.0.0)
514514
faraday-cookie_jar (~> 0.0.6)
515515
ms_rest (~> 0.7.6)
516-
multi_json (1.15.0)
516+
multi_json (1.17.0)
517517
multipart-post (2.4.1)
518518
mutex_m (0.3.0)
519519
net-scp (4.1.0)
@@ -556,7 +556,7 @@ GEM
556556
trailblazer-option (>= 0.1.1, < 0.2.0)
557557
uber (< 0.2.0)
558558
retriable (3.1.2)
559-
rexml (3.4.2)
559+
rexml (3.4.4)
560560
roo (2.9.0)
561561
nokogiri (~> 1)
562562
rubyzip (>= 1.3.0, < 3.0.0)

0 commit comments

Comments
 (0)