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 has been archived by the owner on Jun 18, 2019. It is now read-only.
I've installed the halite gem and added extension 'halite' to the top of the Berksfile file, but running berks update give the following error: /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/berkshelf-4.0.1/lib/berkshelf/berksfile.rb:89:inrescue in extension': Could not load an extension by the name halite'. Please make sure it is installed. (LoadError)
The text was updated successfully, but these errors were encountered:
As I mentioned on the other ticket, you need to follow all of the instructions. Either install halite with chef gem install (which I don't test or support) or learn to use Bundler. There is a really low chance that using a pre release of one of my cookbooks is a good idea.
I've tried both gem install halite and adding the gem to the Gemfile and running bundle install.
None of these worked.
And the reason I need to use a branch of one of your cookbooks is that there's a pull request pending without any resolution on it for the past month - poise/application_ruby#83
I've installed the
halite
gem and addedextension 'halite'
to the top of the Berksfile file, but runningberks update
give the following error:/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/berkshelf-4.0.1/lib/berkshelf/berksfile.rb:89:inrescue in extension': Could not load an extension by the name halite'. Please make sure it is installed. (LoadError)
The text was updated successfully, but these errors were encountered: