From 3e0dd52818659cb9ed462b1a30b555b0dc9c2b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 03:07:44 +0000 Subject: [PATCH] Bump globalid from 0.3.7 to 1.0.1 in /examples/rails5_app Bumps [globalid](https://github.com/rails/globalid) from 0.3.7 to 1.0.1. - [Release notes](https://github.com/rails/globalid/releases) - [Commits](https://github.com/rails/globalid/compare/v0.3.7...v1.0.1) --- updated-dependencies: - dependency-name: globalid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/rails5_app/Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/rails5_app/Gemfile.lock b/examples/rails5_app/Gemfile.lock index 2364fd2..3f0885c 100644 --- a/examples/rails5_app/Gemfile.lock +++ b/examples/rails5_app/Gemfile.lock @@ -42,7 +42,7 @@ GEM bcrypt (3.1.13) builder (3.2.3) byebug (9.0.6) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) crass (1.0.5) debug_inspector (0.0.2) devise (4.7.1) @@ -58,8 +58,8 @@ GEM erubis (2.7.0) execjs (2.7.0) ffi (1.11.1) - globalid (0.3.7) - activesupport (>= 4.1.0) + globalid (1.0.1) + activesupport (>= 5.0) i18n (0.9.5) concurrent-ruby (~> 1.0) jbuilder (2.6.3) @@ -82,7 +82,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_portile2 (2.4.0) - minitest (5.12.2) + minitest (5.17.0) multi_json (1.12.1) nio4r (2.0.0) nokogiri (1.10.5) @@ -148,7 +148,7 @@ GEM turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.0.0) - tzinfo (1.2.5) + tzinfo (1.2.10) thread_safe (~> 0.1) uglifier (3.1.4) execjs (>= 0.3.0, < 3)