I'm getting dependency version mismatches with octopress-ink, and this makes asset-pipeline to fail.
$ octopress ink copy solarized --config
/Library/Ruby/Site/2.0.0/rubygems/specification.rb:2112:in `raise_if_conflicts': Unable to activate octopress-asset-pipeline-2.0.6, because octopress-ink-1.2.0 conflicts with octopress-ink (~> 1.1.0
) (Gem::ConflictError)
from /Library/Ruby/Site/2.0.0/rubygems/specification.rb:1280:in `activate'
from /Library/Ruby/Site/2.0.0/rubygems.rb:198:in `rescue in try_activate'
from /Library/Ruby/Site/2.0.0/rubygems.rb:195:in `try_activate'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:126:in `rescue in require'
from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_require.rb:39:in `require'
from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:29:in `block in require_gems'
from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:26:in `each'
from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:26:in `require_gems'
from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/plugin_manager.rb:19:in `conscientious_require'
from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/site.rb:79:in `setup'
from /Library/Ruby/Gems/2.0.0/gems/jekyll-2.5.3/lib/jekyll/site.rb:41:in `initialize'
from /Library/Ruby/Gems/2.0.0/gems/octopress-3.0.11/lib/octopress.rb:68:in `new'
from /Library/Ruby/Gems/2.0.0/gems/octopress-3.0.11/lib/octopress.rb:68:in `read_site'
from /Library/Ruby/Gems/2.0.0/gems/octopress-3.0.11/lib/octopress.rb:61:in `site'
from /Library/Ruby/Gems/2.0.0/gems/octopress-ink-1.2.0/lib/octopress-ink.rb:164:in `copy_plugin_assets'
from /Library/Ruby/Gems/2.0.0/gems/octopress-ink-1.2.0/lib/octopress-ink/commands/copy.rb:20:in `block (2 levels) in process_command'
from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `call'
from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `block in execute'
from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `each'
from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `execute'
from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:42:in `go'
from /Library/Ruby/Gems/2.0.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
from /Library/Ruby/Gems/2.0.0/gems/octopress-3.0.11/bin/octopress:8:in `'
from /usr/bin/octopress:23:in `load'
from /usr/bin/octopress:23:in `'
I'm getting dependency version mismatches with
octopress-ink
, and this makesasset-pipeline
to fail.Gemfile.lock
I've tried
bundle update
, but no success. Is there anything else I can try?