You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to incorporate pull request #18 into my version of gollum. The instructions in the README tell me to make these changes to the gollum-lib Gemfile:
But when I rake build and rake install for gollum-lib I get this error:
gem install --local --no-ri --no-rdoc pkg/gollum-lib-4.2.7.gem
ERROR: Could not find a valid gem 'gollum-grit_adapter' (~> 1.0) in any repository
rake aborted!
How can I set up gollum-grit_adapter properly?
The text was updated successfully, but these errors were encountered:
I am trying to incorporate pull request #18 into my version of
gollum
. The instructions in the README tell me to make these changes to thegollum-lib
Gemfile:My cloned version of the
gollum-lib
Gemfile looks like this:I tried adding this line:
But when I
rake build
andrake install
forgollum-lib
I get this error:How can I set up
gollum-grit_adapter
properly?The text was updated successfully, but these errors were encountered: