You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2019. It is now read-only.
# chef exec blo
/opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/specification.rb:2285:in `raise_if_conflicts': Unable to activate berkshelf-4.2.1, because addressable-2.4.0 conflicts with addressable (~> 2.3.4) (Gem::ConflictError)
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/specification.rb:1408:in `activate'
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems.rb:196:in `rescue in try_activate'
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems.rb:193:in `try_activate'
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:125:in `rescue in require'
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:40:in `require'
from /home/ascopenco/.chefdk/gem/ruby/2.1.0/gems/berkflow-0.8.0/lib/berkflow.rb:5:in `<top (required)>'
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /home/ascopenco/.chefdk/gem/ruby/2.1.0/gems/berkflow-0.8.0/lib/berkflow/cli.rb:1:in `<top (required)>'
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /opt/chefdk/embedded/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from /home/ascopenco/.chefdk/gem/ruby/2.1.0/gems/berkflow-0.8.0/bin/blo:3:in `<top (required)>'
from /home/ascopenco/.chefdk/gem/ruby/2.1.0/bin/blo:22:in `load'
from /home/ascopenco/.chefdk/gem/ruby/2.1.0/bin/blo:22:in `<main>'
The text was updated successfully, but these errors were encountered:
I haven't seen this issue with chefdk 0.12.0, chefdk 0.13.21 or chefdk 0.15.16 and berkflow 0.8.0. Have you run chef gem cleanup
to ensure that out of date gems aren't being referenced first in dependency chain, locking out more recent gems that are required? You can also try manually removing adressable 2.3.4 with chef gem uninstall addressable -v 2.3.4
and see if that clears up your problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
berkflow 0.8.0 not suitable with chef-dk 0.11 and upper.
chef-dk installed
installing berkflow
running blo
The text was updated successfully, but these errors were encountered: