-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Jets to fix mimemagic issue
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
- Loading branch information
1 parent
ab676b8
commit b49f526
Showing
1 changed file
with
54 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters