Revert temporary locks on ffi gem for Windows
This reverts commit4046ca2322. This reverts commitda61a16ee2.
This commit is contained in:
parent
c7c645ed6e
commit
4b57a4187e
5
Gemfile
5
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue