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

Updating Jets to fix mimemagic issue #57

Merged
merged 1 commit into from
Mar 27, 2021
Merged

Updating Jets to fix mimemagic issue #57

merged 1 commit into from
Mar 27, 2021

Conversation

AlexGascon
Copy link
Owner

@AlexGascon AlexGascon commented Mar 27, 2021

Description

The mimemagic gem has changed license, and previous versions under a different license have been removed from available repositories like Rubygems. This is causing CircleCI builds to fail.

Your bundle is locked to mimemagic (0.3.5), but that version could not be found
in any of the sources listed in your Gemfile. If you haven't changed sources,
that means the author of mimemagic (0.3.5) has removed it. You'll need to update
your bundle to a version other than mimemagic (0.3.5) that hasn't been removed
in order to install

From https://app.circleci.com/pipelines/github/AlexGascon/alexgascon-api/23/workflows/248ed96c-908d-469e-9697-c3c6af333ff9/jobs/61

Jets has removed the dependency in the 3.0.3 release. See rubyonjets/jets#535

This commit updates Jets to unblock builds

The `mimemagic` has changed license, and previous versions under a different license have been removed from available repositories like Rubygems. This is causing CircleCI builds to fail.

```
Your bundle is locked to mimemagic (0.3.5), but that version could not be found
in any of the sources listed in your Gemfile. If you haven't changed sources,
that means the author of mimemagic (0.3.5) has removed it. You'll need to update
your bundle to a version other than mimemagic (0.3.5) that hasn't been removed
in order to install
```

From https://app.circleci.com/pipelines/github/AlexGascon/alexgascon-api/23/workflows/248ed96c-908d-469e-9697-c3c6af333ff9/jobs/61

Jets has removed the dependency in the 3.0.3 release. See rubyonjets/jets#535

This commit updates Jets to unblock builds
@AlexGascon AlexGascon self-assigned this Mar 27, 2021
@AlexGascon AlexGascon merged commit 591faa0 into master Mar 27, 2021
@AlexGascon AlexGascon deleted the fix/mimemagic branch April 24, 2021 09:32
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.

1 participant