Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use custom grit_adapter #19

Open
onewhaleid opened this issue May 5, 2018 · 0 comments
Open

Can't use custom grit_adapter #19

onewhaleid opened this issue May 5, 2018 · 0 comments

Comments

@onewhaleid
Copy link

onewhaleid commented May 5, 2018

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:

-gem 'gollum-grit_adapter'
+gem 'gollum-grit_adapter', :path => "/path/to/your/gollum-lib_grit_adapter"

My cloned version of the gollum-lib Gemfile looks like this:

source 'https://rubygems.org'
gemspec :name => 'gollum-lib'

I tried adding this line:

gem 'gollum-grit_adapter', :git => 'https://github.com/C-abner/grit_adapter.git', :branch => 'master'

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant