Skip to content

Commit

Permalink
Lock globalid gem version to address broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kamipo committed Sep 4, 2023
1 parent 532188c commit 6440efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Expand Up @@ -45,6 +45,9 @@ gem "json", ">= 2.0.0"
# Workaround until Ruby ships with cgi version 0.3.6 or higher.
gem "cgi", ">= 0.3.6", require: false

# Workaround until globalid gem is fixed
gem "globalid", "< 1.2.0", require: false

group :rubocop do
gem "rubocop", ">= 1.25.1", require: false
gem "rubocop-minitest", require: false
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -238,7 +238,7 @@ GEM
fugit (1.8.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.0.0)
globalid (1.1.0)
activesupport (>= 5.0)
google-apis-core (0.9.4)
addressable (~> 2.5, >= 2.5.1)
Expand Down Expand Up @@ -582,6 +582,7 @@ DEPENDENCIES
delayed_job
delayed_job_active_record
error_highlight (>= 0.4.0)
globalid (< 1.2.0)
google-cloud-storage (~> 1.11)
image_processing (~> 1.2)
importmap-rails
Expand Down

0 comments on commit 6440efa

Please sign in to comment.