diff --git a/Gemfile b/Gemfile index 8e7ddbe..2adf252 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. install_if -> { RUBY_PLATFORM =~ %r!mingw|mswin|java! } do - gem "tzinfo", "~> 1.2" + gem "tzinfo", "~> 2.0" gem "tzinfo-data" end diff --git a/Gemfile.lock b/Gemfile.lock index 0455144..1023162 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,9 +63,8 @@ GEM ffi (~> 1.9) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thread_safe (0.3.6) - tzinfo (1.2.10) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) tzinfo-data (1.2022.6) tzinfo (>= 1.0.0) unicode-display_width (1.8.0) @@ -78,7 +77,7 @@ DEPENDENCIES jekyll (~> 4.0.0) jekyll-feed (~> 0.12) minima (~> 2.5) - tzinfo (~> 1.2) + tzinfo (~> 2.0) tzinfo-data wdm (~> 0.1.1)