Skip to content

Commit

Permalink
Revert temporary locks on ffi gem for Windows
Browse files Browse the repository at this point in the history
This reverts commit 4046ca2.
This reverts commit da61a16.
  • Loading branch information
ashmaroli committed Jun 3, 2020
1 parent c7c645e commit 4b57a41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions lib/jekyll/commands/new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ 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 4b57a41

Please sign in to comment.