Skip to content

Commit 479c014

Browse files
committed
ci(gemfile.lock): add to repo with updated Gemfile [skip ci]
* Automated using myii/ssf-formula#163
1 parent 5b60bfa commit 479c014

File tree

3 files changed

+531
-5
lines changed

3 files changed

+531
-5
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ ENV/
106106

107107
# Bundler
108108
.bundle/
109-
Gemfile.lock
110109

111110
# copied `.md` files used for conversion to `.rst` using `m2r`
112111
docs/*.md

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ source 'https://rubygems.org'
55
gem 'kitchen-docker', '>= 2.9'
66
gem 'kitchen-inspec', '>= 1.1'
77
gem 'kitchen-salt', '>= 0.6.0'
8-
# Latest versions of `train` cause failure when running `kitchen verify`
9-
# Downgrading to `3.2.0` until this is fixed upstream
10-
# https://github.com/inspec/train/pull/544#issuecomment-566055052
11-
gem 'train', '3.2.0'

0 commit comments

Comments
 (0)