mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
pin gem version for ffi due to appveyor failures
See https://ci.appveyor.com/project/chef/inspec/build/1.0.889/job/19sdqmtmie1wgece
This commit is contained in:
parent
70f248e39b
commit
fde8454a2b
1 changed files with 3 additions and 0 deletions
3
Gemfile
3
Gemfile
|
@ -8,6 +8,9 @@ if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('1.9.3')
|
||||||
gem 'net-ssh', '~> 2.9'
|
gem 'net-ssh', '~> 2.9'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# TODO: ffi 1.9.11 is currently erroneous on windows tests
|
||||||
|
gem 'ffi', '= 1.9.10'
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
gem 'bundler', '~> 1.5'
|
gem 'bundler', '~> 1.5'
|
||||||
gem 'minitest', '~> 5.5'
|
gem 'minitest', '~> 5.5'
|
||||||
|
|
Loading…
Reference in a new issue