fix: docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-TZINFO-2958048
This commit is contained in:
snyk-bot 2023-04-04 17:00:20 +00:00
parent ffc9b097db
commit ebd1119e5d
No known key found for this signature in database
GPG Key ID: 5D98975276F8B078
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ end
# Windows 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", "~> 1.2", ">= 1.2.10"
gem "tzinfo-data"
end

View File

@ -60,9 +60,9 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
thread_safe (0.3.6)
tzinfo (1.2.7)
tzinfo (1.2.11)
thread_safe (~> 0.1)
tzinfo-data (1.2020.1)
tzinfo-data (1.2023.3)
tzinfo (>= 1.0.0)
wdm (0.1.1)
@ -73,7 +73,7 @@ DEPENDENCIES
jekyll (~> 3.9.0)
jekyll-feed (~> 0.15, >= 0.15.1)
jekyll-theme-slate (~> 0.1.1)
tzinfo (~> 1.2)
tzinfo (~> 1.2, >= 1.2.10)
tzinfo-data
wdm (~> 0.1.0)