From 20066b895bf08bd774eb838bccefed9f75ad39b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:32:50 +0000 Subject: [PATCH] Bump tzinfo-data from 1.2020.1 to 1.2022.2 Bumps [tzinfo-data](https://github.com/tzinfo/tzinfo-data) from 1.2020.1 to 1.2022.2. - [Release notes](https://github.com/tzinfo/tzinfo-data/releases) - [Commits](https://github.com/tzinfo/tzinfo-data/compare/v1.2020.1...v1.2022.2) --- updated-dependencies: - dependency-name: tzinfo-data dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index e8067006be..99a55672cc 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,7 @@ gem 'stoplight', '~> 2.2.0' gem 'strong_migrations', '~> 0.6' gem 'tty-prompt', '~> 0.21', require: false gem 'twitter-text', '~> 1.14' -gem 'tzinfo-data', '~> 1.2020' +gem 'tzinfo-data', '~> 1.2022' gem 'webpacker', '~> 5.1' gem 'webpush' diff --git a/Gemfile.lock b/Gemfile.lock index 825146d2c4..d22731804f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ GIT ref: e65246bea49374566a9dbaead59fdb35b46b086d specs: hcaptcha (6.0.1) + json GIT remote: https://github.com/ianheggie/health_check @@ -636,9 +637,9 @@ GEM tty-screen (0.8.0) twitter-text (1.14.7) unf (~> 0.1.0) - tzinfo (1.2.7) + tzinfo (1.2.10) thread_safe (~> 0.1) - tzinfo-data (1.2020.1) + tzinfo-data (1.2022.2) tzinfo (>= 1.0.0) unf (0.1.4) unf_ext @@ -794,7 +795,7 @@ DEPENDENCIES thwait (~> 0.1.0) tty-prompt (~> 0.21) twitter-text (~> 1.14) - tzinfo-data (~> 1.2020) + tzinfo-data (~> 1.2022) webmock (~> 3.8) webpacker (~> 5.1) webpush -- GitLab