diff --git a/docs/Gemfile b/docs/Gemfile index 4ce76927..b903b9ee 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -24,7 +24,7 @@ end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. platforms :mingw, :x64_mingw, :mswin, :jruby do - gem "tzinfo", "~> 1.2" + gem "tzinfo", "~> 2.0" gem "tzinfo-data" end