0

Hello I have a problem when I do Lotus db create with the bookshelf's tutorial

lotus db create enter code here WARN: Unresolved specs during Gem::Specification.reset: rack (>= 1.0, >= 1.0.0, ~> 1.5) WARN: Clearing out unresolved specs. Please report a bug if this causes problems.

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364
  • Firstly, can you please tell me what version of lotus you use? Secondly, is there anything related to Rails here? I see you tag this question with rails tag – Trung Lê Sep 05 '15 at 01:24
  • Can you try with "bundle exec lotus ..."? (proposed by Sebastjan Hribar on the lotus chat) – Pascal Sep 05 '15 at 09:34

1 Answers1

1

I had this issue and solved it from the lotus discussion board like so:

gem uninstall rack # (remove all versions; yes disregard the complaints)
gem install rack

Seems to be a rack conflict.

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364
Jikku Jose
  • 18,306
  • 11
  • 41
  • 61