Skip to content

Commit

Permalink
Downgrade ffi due to their usage of Gem
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Dec 14, 2020
1 parent a787fa2 commit 0d41dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ else
end

gem "childprocess", ">= 3.0.0"
gem 'ffi', '~> 1.13.0'
gem 'ffi', '~> 1.12.0'

### dep for ci/coverage
gem 'simplecov', '~> 0.8'
Expand Down

0 comments on commit 0d41dfa

Please sign in to comment.