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

Incompatible version of bundler #12

Closed
cryptic0 opened this issue Mar 12, 2019 · 0 comments
Closed

Incompatible version of bundler #12

cryptic0 opened this issue Mar 12, 2019 · 0 comments

Comments

@cryptic0
Copy link

cryptic0 commented Mar 12, 2019

Please ignore: I have resolved the following problems and I am closing this thread.

gem install bundler
Successfully installed bundler-2.0.1
Parsing documentation for bundler-2.0.1
Done installing documentation for bundler after 2 seconds
1 gem installed
bundle install
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    bundler (~> 1.16)

  Current Bundler version:
    bundler (2.0.1)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?

Could not find gem 'bundler (~> 1.16)' in any of the relevant sources:
  the local ruby installation

Edit 1: My guess is that that theme has not been updated in a while and the last time it was updated, the latest bundler version was 1.16. So it would seem that the theme does not work with higher versions of bundler. What a shame.

Edit 2: I am getting the exact same error when using the longer, more robust protocol for installation. At this point, I am not sure if it's worth going through all this hassle. I can write simple static websites with just markdown and pandoc and deploy them in minutes.

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