Skip to content

Commit 4ec168e

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 c99c5c0 commit 4ec168e

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
@@ -43,7 +43,7 @@ end
4343

4444
group(:test) do
4545
# 1.16.0 - 1.16.2 are broken on Windows
46-
gem 'ffi', '>= 1.15.5', '< 1.17.0', '!= 1.16.0', '!= 1.16.1', '!= 1.16.2', require: false
46+
gem 'ffi', '>= 1.15.5', '!= 1.16.0', '!= 1.16.1', '!= 1.16.2', '< 1.18.0', require: false
4747
gem "json-schema", "~> 2.0", require: false
4848
gem "racc", "1.5.2", require: false
4949
gem "rake", *location_for(ENV['RAKE_LOCATION'] || '~> 13.0')

0 commit comments

Comments
 (0)