Skip to content

Commit fa39bfa

Browse files
authored
Merge pull request #84 from voxpupuli/ffi
feat: remove ffi pinning, does work again
2 parents f78071c + 54c4451 commit fa39bfa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

voxbox/Gemfile

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ gem 'rubocop-performance', ENV['RUBYGEM_RUBOCOP_PERFORMANCE']
1515
gem 'onceover', ENV['RUBYGEM_ONCEOVER']
1616
gem 'rspec_junit_formatter', ENV['RUBYGEM_RSPEC_JUNIT_FORMATTER']
1717

18-
# pinned versions because of bugs
19-
gem 'ffi', '~> 1.16.3' # ffi 1.17.0 has change dependencies - see https://github.com/ffi/ffi/issues/1105
20-
2118
# CVE fixes
2219
gem 'cgi', '~> 0.4.1' # cgi 0.1.0 has CVEs - remove default and install upstream replacement
2320
gem 'stringio', '~> 3.1' # stringio 0.1.0 has CVEs - remove default and install upstream replacement

0 commit comments

Comments
 (0)