From bbaf40bd7f7581959cfbf34da57cb098d5e6e7fc Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 27 Jul 2021 23:23:13 +0200 Subject: [PATCH] Update globalid to 0.5.1 for ruby-head compatibility https://github.com/ruby/uri/pull/26 was recently pulled in ruby-head, and it breaks globalid < 0.5. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1ea82ce4298..593337c39f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,8 +241,8 @@ GEM fugit (1.5.0) et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) - globalid (0.4.2) - activesupport (>= 4.2.0) + globalid (0.5.1) + activesupport (>= 5.0) google-apis-core (0.3.0) addressable (~> 2.5, >= 2.5.1) googleauth (~> 0.14)