From 1c20741d808c1bfa0796c07f032f4ed2e2f0f248 Mon Sep 17 00:00:00 2001 From: Ufuk Kayserilioglu Date: Wed, 8 Dec 2021 00:09:34 +0200 Subject: [PATCH] Bump `globalid` gem version to work with Ruby 3.1 Ref: https://github.com/rails/globalid/pull/132 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 03cda9c74..bad2a4cbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -147,8 +147,8 @@ GEM frozen_record (0.22.1) activemodel dedup - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (1.0.0) + activesupport (>= 5.0) google-protobuf (3.19.1) i18n (1.8.10) concurrent-ruby (~> 1.0)