File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ gem "json", ">= 2.0.0"
45
45
# Workaround until Ruby ships with cgi version 0.3.6 or higher.
46
46
gem "cgi" , ">= 0.3.6" , require : false
47
47
48
+ # Workaround until globalid gem is fixed
49
+ gem "globalid" , "< 1.2.0" , require : false
50
+
48
51
group :rubocop do
49
52
gem "rubocop" , ">= 1.25.1" , require : false
50
53
gem "rubocop-minitest" , require : false
Original file line number Diff line number Diff line change 238
238
fugit (1.8.0 )
239
239
et-orbi (~> 1 , >= 1.2.7 )
240
240
raabro (~> 1.4 )
241
- globalid (1.0 .0 )
241
+ globalid (1.1 .0 )
242
242
activesupport (>= 5.0 )
243
243
google-apis-core (0.9.4 )
244
244
addressable (~> 2.5 , >= 2.5.1 )
@@ -582,6 +582,7 @@ DEPENDENCIES
582
582
delayed_job
583
583
delayed_job_active_record
584
584
error_highlight (>= 0.4.0 )
585
+ globalid (< 1.2.0 )
585
586
google-cloud-storage (~> 1.11 )
586
587
image_processing (~> 1.2 )
587
588
importmap-rails
You can’t perform that action at this time.
0 commit comments