We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04c8f0f + bf9cd8c commit b46ddc9Copy full SHA for b46ddc9
Gemfile
@@ -20,10 +20,10 @@ end
20
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
21
# and associated library.
22
install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do
23
- gem "tzinfo", "~> 1.2"
+ gem "tzinfo", "~> 2.0"
24
gem "tzinfo-data"
25
end
26
27
# Performance-booster for watching directories on Windows
28
-gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
+gem "wdm", "~> 0.2", :install_if => Gem.win_platform?
29
0 commit comments