Skip to content

Commit 33d5e34

Browse files
committed
chore: More restrictive Inspec pin
1 parent c380ca8 commit 33d5e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gemspec
55
group :development do
66
# Integration testing gems.
77
gem 'kitchen-inspec', '~> 2.0'
8-
gem 'inspec', '>= 4.26.2'
8+
gem 'inspec', '>= 4.26.2', '< 6.0'
99
gem 'train', '>= 2.1', '< 4.0' # validate 4.x when it's released
1010
# Silence ruby 3.4.0 standard gem deprecation warnings
1111
gem 'csv', '~> 3.3.0'

0 commit comments

Comments
 (0)