Skip to content

Commit

Permalink
ffi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karesti committed Jul 26, 2024
1 parent 105ae90 commit 435fc90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
#gem "github-pages", group: :jekyll_plugins

gem "webrick", "~> 1.7"
gem "ffi", "< 1.17.0"
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (4.27.1)
bigdecimal
Expand Down Expand Up @@ -98,6 +98,7 @@ PLATFORMS

DEPENDENCIES
bigdecimal
ffi (< 1.17.0)
jekyll (~> 4.3.3)
jekyll-archives
jekyll-asciidoc
Expand Down

0 comments on commit 435fc90

Please sign in to comment.