Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit cc460f4

Browse files
committed
Update dependencies
1 parent 308340c commit cc460f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ source 'https://rubygems.org'
44
gem 'breakpoint'
55
gem 'html-proofer'
66
gem 'rake'
7+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
8+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
9+
# Performance-booster for watching directories on Windows
710
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
811

912
# Jekyll

Gemfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ GEM
146146
rubypants
147147
tzinfo (1.2.5)
148148
thread_safe (~> 0.1)
149+
tzinfo-data (1.2018.9)
150+
tzinfo (>= 1.0.0)
149151
verbal_expressions (0.1.5)
150152
wdm (0.1.1)
151153
yell (2.0.7)
@@ -171,7 +173,8 @@ DEPENDENCIES
171173
jemoji (>= 0.10.2)
172174
liquid-c
173175
rake
176+
tzinfo-data
174177
wdm (~> 0.1.1)
175178

176179
BUNDLED WITH
177-
1.17.2
180+
2.0.1

0 commit comments

Comments
 (0)