Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix CI failing on bundle install #603

Merged
merged 6 commits into from Nov 22, 2021
Merged

ci: fix CI failing on bundle install #603

merged 6 commits into from Nov 22, 2021

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Nov 22, 2021

Description

A recent change on CI VMs broke bundle install:

bundler: failed to load command: rubocop (/usr/local/lib/ruby/gems/2.7.0/bin/rubocop)
/usr/local/lib/ruby/site_ruby/2.7.0/bundler/runtime.rb:309:in `check_for_activated_spec!': You have already activated bundler 2.2.22, but your Gemfile requires bundler 2.2.31. Since bundler is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports bundler as a default gem. (Gem::LoadError)

Platforms affected

  • Android
  • iOS
  • macOS
  • Windows

Test plan

CI should pass.

@github-actions github-actions bot added platform: iOS This affects iOS platform: macOS This affects macOS labels Nov 22, 2021
- name: Set up Ruby
uses: ruby/setup-ruby@v1.86.0
with:
ruby-version: '3.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ruby-version: '3.0'
ruby-version: "3.0"

@tido64 tido64 enabled auto-merge (squash) November 22, 2021 12:55
@tido64 tido64 merged commit 1c66b59 into trunk Nov 22, 2021
@tido64 tido64 deleted the tido/fix-ci branch November 22, 2021 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: iOS This affects iOS platform: macOS This affects macOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants