From fb8f2ee32db30951d04318892dae0b756d410792 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 head 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 16aaf41a7..2a7d0cdba 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)