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)