Skip to content

Gemfile: stable version with latest version of gems #1347

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

Merged
merged 1 commit into from
Dec 28, 2019

Conversation

aollier
Copy link
Contributor

@aollier aollier commented Dec 26, 2019

This commit updates Gemfile to use the latest version of gems and makes a problem with bundle install disappear:

$ bundle install
Fetching https://github.com/asciidoctor/asciidoctor-epub3
error: cannot open .git/FETCH_HEAD: Permission denied
Retrying git fetch --force --quiet --tags "/home/<user>/.bundler/cache/git/asciidoctor-epub3-3986efa04ab5fd28abe5678d7e330e173e425f18" due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command `git fetch --force --quiet --tags "/home/<user>/.bundler/cache/git/asciidoctor-epub3-3986efa04ab5fd28abe5678d7e330e173e425f18"` in directory /usr/share/gems/bundler/gems/asciidoctor-epub3-c8ca2e297cd1 has failed.
If this error persists you could try removing the cache directory '/home/<user>/.bundler/cache/git/asciidoctor-epub3-3986efa04ab5fd28abe5678d7e330e173e425f18'

See #1068

@HonkingGoose

This comment has been minimized.

@aollier

This comment has been minimized.

@HonkingGoose

This comment has been minimized.

@aollier
Copy link
Contributor Author

aollier commented Dec 26, 2019

Issue 1068 is already closed, that's why I didn't use a keyword to close it. I closed issue 1068 because I finally found the problem I had: Bundler was too old (1.11.2), and after the upgrade to 2.1.2 I finally could build the book.
Updating Gemfile was not sufficient to solve the problem, but it may be part of the problem. For me, removing the cache did not resolve the problem. That's why I mention it (issue 1068) nevertheless.

OK it is probably not very clean but the essential is that it is mentionned; I explained all the problems and the issue is closed.

@HonkingGoose
Copy link
Contributor

Ah yes, issue 1068 is closed, I hadn't noticed that yet... 🤓 Disregard my previous comments... 😄

@ben ben merged commit 1ab511a into progit:master Dec 28, 2019
@aollier aollier deleted the gemfile branch December 28, 2019 16:44
@aollier aollier removed request for ben and jnavila December 29, 2019 11:10
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

Successfully merging this pull request may close these issues.

3 participants