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

Pathological Gemfile #4376

Closed
segiddins opened this issue Mar 16, 2016 · 5 comments
Closed

Pathological Gemfile #4376

segiddins opened this issue Mar 16, 2016 · 5 comments

Comments

@segiddins
Copy link
Member

source 'https://rubygems.org'

gem 'middleman', '~> 3.4'
gem 'middleman-rouge'
gem 'rouge', git: 'https://github.com/jneen/rouge', ref: 'd989f18'
gem 'bootstrap-sass', '~> 3.3'
gem 'bh', '~> 1.3'

gem 'link-checker'

This takes forever to resolve.

@segiddins
Copy link
Member Author

Problem at the end of the day seems to be nokogiri

@jbodah
Copy link
Contributor

jbodah commented Mar 29, 2016

I also had a nokogiri resolution issue the other day (1.5.x to 1.6.x). I got around it by upgrading nokogiri first then resolving everything else

@segiddins
Copy link
Member Author

segiddins commented May 16, 2016

With #4580 and CocoaPods/Molinillo#40, this gets down to a few seconds (versus a few minutes and an error on 1.12.3)

@stopdropandrew
Copy link

Wow, had a large Gemfile where dependency resolution during an update was taking 3hrs on 1.12.5, updated to 1.13.0.rc.2 and it's now taking 30s. 😓

@segiddins
Copy link
Member Author

that sounds like an awesome improvement, glad to see it @stopdropandrew !

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

No branches or pull requests

4 participants