We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c380ca8 commit 33d5e34Copy full SHA for 33d5e34
Gemfile
@@ -5,7 +5,7 @@ gemspec
5
group :development do
6
# Integration testing gems.
7
gem 'kitchen-inspec', '~> 2.0'
8
- gem 'inspec', '>= 4.26.2'
+ gem 'inspec', '>= 4.26.2', '< 6.0'
9
gem 'train', '>= 2.1', '< 4.0' # validate 4.x when it's released
10
# Silence ruby 3.4.0 standard gem deprecation warnings
11
gem 'csv', '~> 3.3.0'
0 commit comments