build: resume platform-specific dependencies
This commit is contained in:
parent
7f83c3d00d
commit
efd2941ce0
1 changed files with 7 additions and 2 deletions
9
Gemfile
9
Gemfile
|
@ -4,6 +4,11 @@ source "https://rubygems.org"
|
|||
|
||||
gemspec
|
||||
|
||||
group :test do
|
||||
gem "html-proofer", "~> 5.0"
|
||||
gem "html-proofer", "~> 5.0", group: :test
|
||||
|
||||
platforms :mingw, :x64_mingw, :mswin, :jruby do
|
||||
gem "tzinfo", ">= 1", "< 3"
|
||||
gem "tzinfo-data"
|
||||
end
|
||||
|
||||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
|
||||
|
|
Loading…
Reference in a new issue