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

fix: simplify Gemfile to allow GitHub dependabot to parse this file properly #1405

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Oct 17, 2024

Description

GitHub dependabot cannot analyse the Gemfile due to error below

Error message:

Dependabot only supports uninterpolated string arguments to eval_gemfile. Got `plugins_path`

Motivation and Context

Allow GitHub dependabot to manage dependencies

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • Added an issue with details about all relevant changes in the iOS documentation repository.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • Added changelog files for the fixed issues in folder changelog/unreleased

@DeepDiver1975 DeepDiver1975 merged commit 3dc7aa5 into master Oct 18, 2024
4 checks passed
@DeepDiver1975 DeepDiver1975 deleted the fix/gemfile-dependabot branch October 18, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants