Skip to content

Commit e4d47ea

Browse files
committed
Revert "Lock globalid gem version to address broken CI"
This reverts commit 6440efa.
1 parent e32f0b8 commit e4d47ea

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ gem "json", ">= 2.0.0"
4545
# Workaround until Ruby ships with cgi version 0.3.6 or higher.
4646
gem "cgi", ">= 0.3.6", require: false
4747

48-
# Workaround until globalid gem is fixed
49-
gem "globalid", "< 1.2.0", require: false
50-
5148
group :rubocop do
5249
gem "rubocop", ">= 1.25.1", require: false
5350
gem "rubocop-minitest", require: false

Gemfile.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ GEM
238238
fugit (1.8.0)
239239
et-orbi (~> 1, >= 1.2.7)
240240
raabro (~> 1.4)
241-
globalid (1.1.0)
241+
globalid (1.0.0)
242242
activesupport (>= 5.0)
243243
google-apis-core (0.9.4)
244244
addressable (~> 2.5, >= 2.5.1)
@@ -582,7 +582,6 @@ DEPENDENCIES
582582
delayed_job
583583
delayed_job_active_record
584584
error_highlight (>= 0.4.0)
585-
globalid (< 1.2.0)
586585
google-cloud-storage (~> 1.11)
587586
image_processing (~> 1.2)
588587
importmap-rails

0 commit comments

Comments
 (0)