WARN: Unresolved specs during Gem::Specification.reset:

Help! Some templates that I download work and some don’t. Does anyone out there in Jekyll land know why? I think it must have something to do with my local computer not being set up correctly. But then why do some work and some don’t? The templates that don’t work …display this error message after I do a “jekyll serve” command

C:\github_echochalet>cd brume

C:\github_echochalet\brume>jekyll serve
WARN: Unresolved specs during Gem::Specification.reset:
eventmachine (>= 0.12.9)
jekyll-watch (~> 2.0)
rouge (< 4, >= 1.7)
rb-inotify (>= 0.9.7, ~> 0.9)
WARN: Clearing out unresolved specs.
Please report a bug if this causes problems.
C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/resolver.rb:287:in block in verify_gemfile_dependencies_are_found!': Could not find gem 'rake (~> 10.0) x64-mingw32' in any of the gem sources listed in your Gemfile. (Bundler::GemNotFound) from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/resolver.rb:255:ineach’
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/resolver.rb:255:in verify_gemfile_dependencies_are_found!' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/resolver.rb:49:instart’
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/resolver.rb:22:in resolve' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/definition.rb:258:inresolve’
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/definition.rb:170:in specs' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/definition.rb:237:inspecs_for’
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/definition.rb:226:in requested_specs' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/runtime.rb:108:inblock in definition_method’
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler/runtime.rb:20:in setup' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/bundler-2.0.1/lib/bundler.rb:107:insetup’
from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/jekyll-3.8.5/lib/jekyll/plugin_manager.rb:50:in require_from_bundler' from C:/Ruby24-x64/lib/ruby/gems/2.4.0/gems/jekyll-3.8.5/exe/jekyll:11:in<top (required)>’
from C:/Ruby24-x64/bin/jekyll:23:in load' from C:/Ruby24-x64/bin/jekyll:23:in

C:\github_echochalet\brume>

FYI… I’m trying to use the “brume” template that I downloaded from https://jekyllthemes.io/theme/brume
I have Jekyll version 3.8.5 installed.

As a rule of the thumb, whenever you have a Gemfile, always (have Bundler gem installed first) prepend your invocations with bundle exec.

Therefore, instead of running jekyll serve, please run bundle exec jekyll serve