mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Upgrade FFI to Ruby 2.3 issues on windows
This commit is contained in:
parent
67a0aa5bc8
commit
6983fe434a
1 changed files with 1 additions and 2 deletions
3
Gemfile
3
Gemfile
|
@ -13,8 +13,7 @@ if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.0')
|
|||
gem 'rack', '< 2.0'
|
||||
end
|
||||
|
||||
# TODO: ffi 1.9.11 is currently erroneous on windows tests
|
||||
gem 'ffi', '= 1.9.10'
|
||||
gem 'ffi', '>= 1.9.14'
|
||||
|
||||
group :test do
|
||||
gem 'bundler', '~> 1.5'
|
||||
|
|
Loading…
Add table
Reference in a new issue