Skip to content

Commit 2502180

Browse files
authored
Merge pull request #34 from DavidOsipov/renovate/tzinfo-2.x
Update dependency tzinfo to v2
2 parents 1526b69 + 45f8740 commit 2502180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "jekyll-include-cache", "~> 0.2.1" # Optional: Improves build performance
1010
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
1111
# and associated library.
1212
platforms :mingw, :x64_mingw, :mswin, :jruby do
13-
gem "tzinfo", "~> 1.2"
13+
gem "tzinfo", "~> 2.0"
1414
gem "tzinfo-data"
1515
end
1616

0 commit comments

Comments
 (0)