Skip to content

Commit

Permalink
limit ffi gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Nov 28, 2024
1 parent f7e6f86 commit 6eeed6d
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 @@ -11,6 +11,7 @@ gem 'stringex'
gem 'jekyll-redirect-from'
gem 'jekyll-extlinks'
gem 'jekyll-toc'
gem "ffi", "< 1.17.0"

group :jekyll_plugins do
# (other jekyll plugins)
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 (3.23.4)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -135,6 +135,7 @@ PLATFORMS
DEPENDENCIES
activesupport
coderay
ffi (< 1.17.0)
jekyll
jekyll-admin (~> 0.11.1)
jekyll-extlinks
Expand Down

0 comments on commit 6eeed6d

Please sign in to comment.