I'm trying to run www/rubygem-jekyll with textproc/rubygem-jekyll-gist. /usr/local/lib/ruby/site_ruby/2.1/rubygems/dependency.rb:318:in `to_specs': Could not find 'addressable' (~> 2.3.5) - did find: [addressable-2.4.0] (Gem::LoadError) Checked in 'GEM_PATH=/root/.gem/ruby/2.1:/usr/local/lib/ruby/gems/2.1', execute `gem env` for more information from /usr/local/lib/ruby/site_ruby/2.1/rubygems/specification.rb:1402:in `block in activate_dependencies' Turns out jekyll-gist-1.4.0 (octokit (~> 4.2)) using octokit-4.2.0 (sawyer (>= 0.5.3, ~> 0.6.0)) using 'addressable' (~> 2.3.5) Is there a way to fix this?
Created attachment 166526 [details] patch to update addressable gem to 2.4.0
Created a patch to fix it. Can someone review it and merge it? There is also a pull request to fix it in the gem itself. https://github.com/lostisland/sawyer/pull/42 Tested and worked for me.