After installing jekyll on ubuntu 14.04 following this http://michaelchelen.net/81fa/install-jekyll-2-ubuntu-14-04/
it showed some warnings, but it said the installation was successful.
Then when I try to check the version using the command jekyll -v
it shows this
WARN: Unresolved specs during Gem::Specification.reset: listen (< 3.1, ~> 3.0)
WARN: Clearing out unresolved specs. Please report a bug if this causes problems. /home/ant-ed/.gem/ruby/2.3.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:35:in
block in setup': You have already activated colorator 1.1.0, but your Gemfile requires colorator 0.1. Prepending
bundle execto your command may solve this. (Gem::LoadError) from /home/ant-ed/.gem/ruby/2.3.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:20:in
map' from /home/ant-ed/.gem/ruby/2.3.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:20:insetup' from /home/ant-ed/.gem/ruby/2.3.0/gems/bundler-1.12.5/lib/bundler.rb:95:in
setup' from /home/ant-ed/.gem/ruby/2.3.0/gems/jekyll-3.2.0/lib/jekyll/plugin_manager.rb:36:inrequire_from_bundler' from /home/ant-ed/.gem/ruby/2.3.0/gems/jekyll-3.2.0/exe/jekyll:9:in
' from /home/ant-ed/.gem/ruby/2.3.0/bin/jekyll:22:inload' from /home/ant-ed/.gem/ruby/2.3.0/bin/jekyll:22:in
'
Should I uninstall jekyll and try to install it again?