Skip to content

Commit

Permalink
Temporarily lock ffi gem to v1.12.x on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Jun 1, 2020
1 parent da61a16 commit 4046ca2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jekyll/commands/new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def gemfile_contents
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Temporarily lock ffi gem to v1.12.x on Windows
gem "ffi", "~> 1.12.2", :platforms => [:mingw, :x64_mingw, :mswin]
RUBY
end

Expand Down

0 comments on commit 4046ca2

Please sign in to comment.