Skip to content

Commit

Permalink
User ffi/ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Jan 19, 2024
1 parent 4b6e413 commit 5d73b60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ group 'test' do
gem 'rspec-parameterized', '>= 1.0.0'
gem 'rubocop'
gem 'rubocop-rspec'

# fix: build error on windows
gem 'ffi', github: 'ffi/ffi', branch: 'master'
end
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ GIT
rspec-expectations (~> 3.4)
thor (~> 1.0)

GIT
remote: https://github.com/ffi/ffi.git
revision: ba6c315bfd5868f73d826dd9b402dd5d889ac1aa
branch: master
specs:
ffi (1.16.4)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -45,8 +52,6 @@ GEM
cucumber-tag-expressions (5.0.6)
debug_inspector (1.2.0)
diff-lcs (1.5.0)
ffi (1.16.3)
ffi (1.16.3-x64-mingw-ucrt)
json (2.7.1)
language_server-protocol (3.17.0.3)
mini_mime (1.1.5)
Expand Down Expand Up @@ -127,6 +132,7 @@ PLATFORMS

DEPENDENCIES
aruba!
ffi!
parallel_tests
rake
rspec
Expand Down

0 comments on commit 5d73b60

Please sign in to comment.