Skip to content

Commit 87d7630

Browse files
Update ffi requirement from >= 1.15.5, < 1.17.0, != 1.16.0, != 1.16.1, != 1.16.2 to >= 1.15.5, != 1.16.0, != 1.16.1, != 1.16.2, < 1.18.0
Updates the requirements on [ffi](https://github.com/ffi/ffi) to permit the latest version. - [Changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md) - [Commits](ffi/ffi@v1.15.5...v1.17.2) --- updated-dependencies: - dependency-name: ffi dependency-version: 1.17.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b35bea4 commit 87d7630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141

4242
group(:test) do
4343
# 1.16.0 - 1.16.2 are broken on Windows
44-
gem 'ffi', '>= 1.15.5', '< 1.17.0', '!= 1.16.0', '!= 1.16.1', '!= 1.16.2', require: false
44+
gem 'ffi', '>= 1.15.5', '!= 1.16.0', '!= 1.16.1', '!= 1.16.2', '< 1.18.0', require: false
4545
gem "json-schema", '>= 2', '< 6', require: false
4646
gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 13.0')
4747
gem "rspec", "~> 3.1", require: false

0 commit comments

Comments
 (0)