Skip to content

Commit

Permalink
Merge pull request #11 from ChaseDDevelopment/renovate/tzinfo-2.x
Browse files Browse the repository at this point in the history
Update dependency tzinfo to v2
  • Loading branch information
ChaseDDevelopment authored Oct 22, 2023
2 parents aa0f5e7 + bb1b056 commit ea1e7bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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

Expand Down
7 changes: 3 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,10 @@ GEM
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
Expand All @@ -105,7 +104,7 @@ PLATFORMS
DEPENDENCIES
html-proofer (~> 3.18)
jekyll-theme-chirpy (~> 5.1, >= 5.1.0)
tzinfo (~> 1.2)
tzinfo (~> 2.0)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)
Expand Down

0 comments on commit ea1e7bc

Please sign in to comment.