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

Disable cocoapods support until they update gem compatibility #616

Merged
merged 5 commits into from
Jan 17, 2023

Conversation

jonabc
Copy link
Contributor

@jonabc jonabc commented Jan 17, 2023

resolves #609

The cocoapods-core dependency is incompatible with rails >= 7.0 and the source is being disabled until they update their gem dependencies to allow better compatibility across rails versions.

cc @LouisBoudreau 👋 FYI and apologies on this revert. Given how new cocoapods support is vs how widespread rails is in ruby projects I'm opting to disable the source until the cocoapods maintainers update their gems to support rails >= 7.0. I was hoping not to have to do this but I haven't gotten any response on my PR yet and am not sure if/when that change (or something like it) would be approved and released.

jonabc and others added 2 commits January 17, 2023 08:47
the cocoapods-core dependency is incompatible
with rails >= 7.0.  the source will be enabled once
the dependency doesn't break other usages of licensed.
@jonabc
Copy link
Contributor Author

jonabc commented Jan 17, 2023

The licensed-ci GitHub Action has created a pull request containing license metadata updates based on the changes in this branch.

Please review the pull request for any additional changes required and merge when ready.

@LouisBoudreau
Copy link
Contributor

I totally understand, thank you for the notice.
Let's hope that someone on the cocoapods team merges the PR soon 🤞

@jonabc jonabc merged commit 578ad1f into master Jan 17, 2023
@jonabc jonabc deleted the remove-cocoapods-for-now branch January 17, 2023 16:27
jonabc added a commit that referenced this pull request Jan 17, 2023
### Changed

- Cocoapods dependency enumeration has been disabled (#616)

### Fixed

- Fixed method signature change in Bundler API with Bundler >= 2.4.4 (:tada: @CvX #614)
- Fixed installation dependency compatibility with Rails >= 7.0 (#616)
@jonabc jonabc mentioned this pull request Jan 17, 2023
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.

Cocoapods-core is incompatible with Rails 7
2 participants