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

Remove Gemfile.lock so to allow bundle install to run successfully #53

Closed
wants to merge 1 commit into from
Closed

Remove Gemfile.lock so to allow bundle install to run successfully #53

wants to merge 1 commit into from

Conversation

codeandclay
Copy link

Running ruby 2.5.3, bundle install currently fails with:

An error occurred while installing yajl-ruby (1.1.0), and Bundler cannot
continue. Make sure that `gem install yajl-ruby -v '1.1.0' --source
'https://rubygems.org/'` succeeds before bundling.

Removing Gemfile.lock allows it to run successfully.

This is a step towards fixing:
#52

Running ruby 2.5.3, `bundle install` currently fails with:

```
An error occurred while installing yajl-ruby (1.1.0), and Bundler cannot
continue. Make sure that `gem install yajl-ruby -v '1.1.0' --source
'https://rubygems.org/'` succeeds before bundling.
```

Removing `Gemfile.lock` allows it to run successfully.

This is a step towards fixing:
#52
@codeandclay
Copy link
Author

I'm closing this as jekyll serve doesn't run on my machine -- so I'm not entirely sure if this solves the problem or is going in the wrong direction.

@codeandclay codeandclay closed this Jan 3, 2019
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.

2 participants