Hi, I've been following the guide to using Jekyll with bundler (https://help.github.com/articles/using-jekyll-with-pages/) and I installed ruby/devkit/bundler and updated the gems however when I try to run the command 'bundle exec jekyll serve' I get this error:
D:\Coding\delekru.github.io>bundle exec jekyll serve
Configuration file: none
Source: D:/Coding/delekru.github.io
Destination: D:/Coding/delekru.github.io/_site
Generating...
done.
D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/hitimes-1.2.2-x86-mingw32/lib/hitimes.rb:37:in `require': cannot load such file -- hitimes/hitimes (LoadError)
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/hitimes-1.2.2-x86-mingw32/lib/hitimes.rb:37:in `rescue in <top (required)>'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/hitimes-1.2.2-x86-mingw32/lib/hitimes.rb:32:in `<top (required)>'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/timers-4.0.1/lib/timers/group.rb:4:in `require'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/timers-4.0.1/lib/timers/group.rb:4:in `<top (required)>'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/timers-4.0.1/lib/timers.rb:4:in `require'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/timers-4.0.1/lib/timers.rb:4:in `<top (required)>'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/celluloid-0.16.0/lib/celluloid/receivers.rb:3:in `require'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/celluloid-0.16.0/lib/celluloid/receivers.rb:3:in `<top (required)>'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/celluloid-0.16.0/lib/celluloid.rb:475:in `require'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/celluloid-0.16.0/lib/celluloid.rb:475:in `<top (required)>'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/listen-2.10.0/lib/listen.rb:1:in `require'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/listen-2.10.0/lib/listen.rb:1:in `<top (required)>'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-watch-1.2.1/lib/jekyll/watcher.rb:26:in `require'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-watch-1.2.1/lib/jekyll/watcher.rb:26:in `build_listener'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-watch-1.2.1/lib/jekyll/watcher.rb:7:in `watch'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-2.4.0/lib/jekyll/commands/build.rb:67:in `watch'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-2.4.0/lib/jekyll/commands/build.rb:37:in `process'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-2.4.0/lib/jekyll/commands/serve.rb:25:in `block (2 levels) in init_with_program'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `call'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `block in execute'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `each'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/mercenary-0.3.5/lib/mercenary/command.rb:220:in `execute'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/mercenary-0.3.5/lib/mercenary/program.rb:42:in `go'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/mercenary-0.3.5/lib/mercenary.rb:19:in `program'
from D:/Coding/Ruby22/lib/ruby/gems/2.2.0/gems/jekyll-2.4.0/bin/jekyll:18:in `<top (required)>'
from D:/Coding/Ruby22/bin/jekyll:23:in `load'
from D:/Coding/Ruby22/bin/jekyll:23:in `<main>'
I've tried looking at previous posts and gem cleanup and bundle update but I can't figure it out.
Hi, I've been following the guide to using Jekyll with bundler (https://help.github.com/articles/using-jekyll-with-pages/) and I installed ruby/devkit/bundler and updated the gems however when I try to run the command 'bundle exec jekyll serve' I get this error:
I've tried looking at previous posts and
gem cleanup
andbundle update
but I can't figure it out.