-
Notifications
You must be signed in to change notification settings - Fork 313
[Tooling] Fix Ruby issues and update gems + toolkit #1749
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| --- | ||
| BUNDLE_PATH: "vendor/bundle" | ||
| BUNDLE_SPECIFIC_PLATFORM: "false" | ||
| BUNDLE_FORCE_RUBY_PLATFORM: "true" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is in an attempt to fix the typical See p1754658816321749/1754646311.971939-slack-C06CKSPHYA1 |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,8 @@ | |
| source 'https://rubygems.org' | ||
|
|
||
| gem 'danger-dangermattic', '~> 1.0' | ||
| gem 'fastlane', '~> 2.219' | ||
| gem 'fastlane', '~> 2.228' | ||
| # This comment avoids typing to switch to a development version for testing. | ||
| # | ||
| # gem 'fastlane-plugin-wpmreleasetoolkit', git: 'https://github.com/wordpress-mobile/release-toolkit', ref: '' | ||
| gem 'fastlane-plugin-wpmreleasetoolkit', '~> 12.0' | ||
| gem 'fastlane-plugin-wpmreleasetoolkit', '~> 13.0' | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Figured I'd update the ℹ️ According to the |
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Figured I'd use the occasion to update to the latest
ci-toolkit.ℹ️ Based on the
MIGRATION.md, the only breaking changes between3.xand5.xare aroundpr_changed_files(which we don't use in this repo) andprepare_windows_host_for_app_distribution.ps1(not relevant to this repo)