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

Don't lock down to a specific version of github-pages #26

Conversation

chrismytton
Copy link
Contributor

Previously the tests were failing every time there was a new version of
the github-pages gem released because we were locking down to a specific
version and bundler was complaining.

This change means we don't automatically use the latest version from
GitHub, which means we will need to run bundle update a bit more
frequently to ensure we're running against the same version as Github.

This prevents the kind of test failures we're seeing in #25 and #24.

Previously the tests were failing every time there was a new version of
the github-pages gem released because we were locking down to a specific
version and bundler was complaining.

This change means we don't automatically use the latest version from
GitHub, which means we will need to run `bundle update` a bit more
frequently to ensure we're running against the same version as Github.
@chrismytton
Copy link
Contributor Author

Closing in favour of #27

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.

1 participant