From 5f97057e59887ed2385fbc230088a48f6fd2958c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 20:46:50 +0000 Subject: [PATCH] chore(deps): Bump globalid from 0.4.2 to 1.0.1 in /examples/rails Bumps [globalid](https://github.com/rails/globalid) from 0.4.2 to 1.0.1. - [Release notes](https://github.com/rails/globalid/releases) - [Commits](https://github.com/rails/globalid/compare/v0.4.2...v1.0.1) --- updated-dependencies: - dependency-name: globalid dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/rails/Gemfile.lock | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/examples/rails/Gemfile.lock b/examples/rails/Gemfile.lock index 43dc8a5..1c77d36 100644 --- a/examples/rails/Gemfile.lock +++ b/examples/rails/Gemfile.lock @@ -62,13 +62,13 @@ GEM zeitwerk (~> 2.3) builder (3.2.4) byebug (11.1.3) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.10) crass (1.0.6) erubi (1.10.0) flayyer (1.3.0) - globalid (0.4.2) - activesupport (>= 4.2.0) - i18n (1.8.10) + globalid (1.0.1) + activesupport (>= 5.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) jwt (2.2.3) loofah (2.9.1) @@ -81,10 +81,12 @@ GEM actionpack (>= 3.2.0, < 6.2) method_source (1.0.0) mini_mime (1.0.3) - minitest (5.14.4) + minitest (5.17.0) nio4r (2.5.7) nokogiri (1.11.6-x86_64-darwin) racc (~> 1.4) + nokogiri (1.11.6-x86_64-linux) + racc (~> 1.4) racc (1.5.2) rack (2.2.3) rack-test (1.1.0) @@ -125,16 +127,16 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.4.2) thor (1.1.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) websocket-driver (0.7.4) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.4.2) + zeitwerk (2.6.6) PLATFORMS - ruby x86_64-darwin-19 + x86_64-linux DEPENDENCIES byebug