Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Bundler 1.17.0 fails if no path set #6760

Closed
bpollock-vida opened this issue Oct 25, 2018 · 1 comment
Closed

Bundler 1.17.0 fails if no path set #6760

bpollock-vida opened this issue Oct 25, 2018 · 1 comment

Comments

@bpollock-vida
Copy link

Trying to install my Gemfile with bundler 1.17.0 always fails, but downgrading bundler to 1.16.1 succeeds.

Also the recommended resolution is not in proper format:
gem install CFPropertyList -v '3.0.0' --source 'https://rubygems.org/' does not work, but gem install CFPropertyList --source 'https://rubygems.org/' -v '3.0.0'
does.

Gemfile

source "https://rubygems.org"

gem 'fastlane', '> 2.104.0'
gem 'earlgrey', '
> 0.1.5'
gem 'cocoapods', '> 1.5.3'
gem 'versionomy', '
> 0.5.0'

Output

Brices-MacBook-Pro% bundle install
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Using CFPropertyList 3.0.0
ArgumentError: comparison of Pathname with String failed
An error occurred while installing CFPropertyList (3.0.0), and Bundler cannot continue.
Make sure that gem install CFPropertyList -v '3.0.0' --source 'https://rubygems.org/' succeeds before bundling.

In Gemfile:
cocoapods was resolved to 1.5.3, which depends on
xcodeproj was resolved to 1.7.0, which depends on
CFPropertyList

@bpollock-vida
Copy link
Author

thanks for the speedy fix!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant