diff --git a/Gemfile b/Gemfile index 5d06744..6f45698 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,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