From 827d32ae9eab97783b4a14f91ab0b12557a5b287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:52:24 +0000 Subject: [PATCH] Bump uuidtools from 2.1.5 to 2.2.0 Bumps [uuidtools](https://github.com/sporkmonger/uuidtools) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/sporkmonger/uuidtools/releases) - [Changelog](https://github.com/sporkmonger/uuidtools/blob/main/CHANGELOG) - [Commits](https://github.com/sporkmonger/uuidtools/commits) --- updated-dependencies: - dependency-name: uuidtools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d4d477e4c..8433f8a51 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem "translator-text", "~> 0.1.0" gem "turbolinks", "~> 5.2.1" gem "turnout", "~> 2.5.0" gem "uglifier", "~> 4.2.0" -gem "uuidtools", "~> 2.1.5" +gem "uuidtools", "~> 2.2.0" gem "view_component", "~> 2.69.0" gem "whenever", "~> 1.0.0", require: false gem "wicked_pdf", "~> 2.6.3" diff --git a/Gemfile.lock b/Gemfile.lock index 6572082e1..a70a0871c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -673,7 +673,7 @@ GEM execjs (>= 0.3.0, < 3) unicode-display_width (2.2.0) uniform_notifier (1.16.0) - uuidtools (2.1.5) + uuidtools (2.2.0) view_component (2.69.0) activesupport (>= 5.0.0, < 8.0) concurrent-ruby (~> 1.0) @@ -804,7 +804,7 @@ DEPENDENCIES turbolinks (~> 5.2.1) turnout (~> 2.5.0) uglifier (~> 4.2.0) - uuidtools (~> 2.1.5) + uuidtools (~> 2.2.0) view_component (~> 2.69.0) web-console (~> 4.2.0) webdrivers (~> 4.7.0)