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
I tried to add Bootstrap to my Jekyll project via the Gemfile. When using the jekyll/jekyll or jekyll/builder image, this leads to the following error:
/usr/local/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/runtime.rb:319:in `check_for_activated_spec!': You have already activated concurrent-ruby 1.1.5, but your Gemfile requires concurrent-ruby 1.1.9. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)
So I tried the jekyll/minimal image but it failed as well because the minimal image doesn't support C based gems.
So what else can I do?
Thanks in advance
Fred
The text was updated successfully, but these errors were encountered:
Adding bundle exec before jekyll serve leads to another error:
/usr/local/lib/ruby/gems/2.6.0/gems/bundler-2.0.2/lib/bundler/spec_set.rb:87:in `block in materialize': Could not find rake-13.0.6 in any of the sources (Bundler::GemNotFound)
Did I mention that I have no idea how Ruby works (that's why I wanted to lock it away in a container in the first place) and that I hate to learn the very specific errors of a new language to be able to use it?
Hey everyone,
I tried to add Bootstrap to my Jekyll project via the Gemfile. When using the
jekyll/jekyll
orjekyll/builder
image, this leads to the following error:So I tried the
jekyll/minimal
image but it failed as well because the minimal image doesn't support C based gems.So what else can I do?
Thanks in advance
Fred
The text was updated successfully, but these errors were encountered: