Skip to content

Commit 48a4f3f

Browse files
committed
[Appveyor] Add tzinfo before data.
1 parent 7f0ec4c commit 48a4f3f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
22
gemspec
33

44
gem 'bcrypt'
5+
gem 'tzinfo'
56
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
67

78
if RbConfig::CONFIG["host_os"] =~ /darwin/

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ init:
33
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
44
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
55
- SET RAKEOPT=-rdevkit
6-
- SET TZ='America/New_York'
76
clone_depth: 5
87
skip_tags: true
98
matrix:

0 commit comments

Comments
 (0)