We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 394595f commit d00a2dfCopy full SHA for d00a2df
2 files changed
appveyor.yml
@@ -5,6 +5,7 @@ environment:
5
RUBYOPT: '-W0'
6
COVERAGE: 1
7
JRUBY_OPTS: ''
8
+ TZ: 'UTC'
9
10
install:
11
- set PATH=C:\Ruby23\bin;%PATH%
resque-scheduler.gemspec
@@ -47,6 +47,7 @@ Gem::Specification.new do |spec|
47
spec.add_development_dependency 'simplecov'
48
spec.add_development_dependency 'test-unit'
49
spec.add_development_dependency 'yard'
50
+ spec.add_development_dependency 'tzinfo-data'
51
52
# We pin rubocop because new cops have a tendency to result in false-y
53
# positives for new contributors, which is not a nice experience.
0 commit comments