From 96318de2f276dcf6f163c125ce9c8adb73944aaa Mon Sep 17 00:00:00 2001 From: elishadiah Date: Mon, 2 Aug 2021 16:12:58 +0900 Subject: [PATCH] Support ruby-head https://github.com/rails/globalid/pull/132 --- test/app/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/app/Gemfile.lock b/test/app/Gemfile.lock index ba9d3c2..ca5d988 100644 --- a/test/app/Gemfile.lock +++ b/test/app/Gemfile.lock @@ -74,8 +74,8 @@ GEM concurrent-ruby (1.1.8) crass (1.0.6) erubi (1.10.0) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (0.5.1) + activesupport (>= 5.0) i18n (1.8.10) concurrent-ruby (~> 1.0) loofah (2.9.1)