Revert temporary locks on ffi gem for Windows

This reverts commit 4046ca2322.
This reverts commit da61a16ee2.
This commit is contained in:
Ashwin Maroli 2020-06-03 15:28:13 +05:30
parent c7c645ed6e
commit 4b57a4187e
2 changed files with 0 additions and 7 deletions

View File

@ -3,11 +3,6 @@
source "https://rubygems.org"
gemspec :name => "jekyll"
# Temporarily lock ffi gem to v1.12.x on Windows
platforms :mswin, :mingw, :x64_mingw do
gem "ffi", "~> 1.12.2"
end
gem "rake", "~> 13.0"
group :development do

View File

@ -99,8 +99,6 @@ module Jekyll
# 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