utterson icon indicating copy to clipboard operation
utterson copied to clipboard

colorator gem issue

Open tomjoht opened this issue 8 years ago • 3 comments

When I try to install it, I get this error:

Could not find colorator-0.1 in any of the sources
Run `bundle install` to install missing gems.

tomjoht avatar May 30 '16 15:05 tomjoht

@tomjohnson1492 that is wierd, colorator is actually a dependency for Jekyll itself and seems to exist just fine: https://rubygems.org/gems/colorator/versions/0.1

Just to be sure, you get that error when running bundle install ?

bitmand avatar May 30 '16 19:05 bitmand

No, I get the error when running bundle exec rackup. The bundle install works fine. When I run bundle exec rackup I get:

Could not find colorator-0.1 in any of the sources
Run `bundle install` to install missing gems.

tomjoht avatar May 30 '16 23:05 tomjoht

I have tried updating the gems, just as a first try. Can you try:

git pull
bundle install
bundle exec rackup

Same error?

bitmand avatar Jun 04 '16 08:06 bitmand