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

Liquid Exception: No such file or directory @ rb_sysopen #23

Open
erikw opened this issue Jun 18, 2021 · 1 comment
Open

Liquid Exception: No such file or directory @ rb_sysopen #23

erikw opened this issue Jun 18, 2021 · 1 comment

Comments

@erikw
Copy link

erikw commented Jun 18, 2021

Hey,

using the latest version of jekyll-github-sample (v0.3.2) together with Jekyll v4.2.0 and the setup from the README (the exact same sample usages), I get this error on jekyll build:

Liquid Exception: No such file or directory @ rb_sysopen - https://raw.githubusercontent.com/bwillis/versioncake/Appraisals/ in /home/..../post.md
bundler: failed to load command: jekyll (/usr/local/lib/ruby/gems/3.0.0/bin/jekyll)
/usr/local/lib/ruby/gems/3.0.0/gems/jekyll_github_sample-0.3.2/lib/jekyll_github_sample/code_tag.rb:19:in `initialize': No such file or directory @ rb_sysopen - https://raw.githubusercontent.com/bwillis/versioncake/Appraisals/ (Errno::ENOENT)

Any hints on what the issue could be? Anyone else getting this as well? :)

@sc68cal
Copy link

sc68cal commented Dec 21, 2022

This is because #20 has not been released as part of a tagged version of this Gem. You need to add the following to your Gemfile

gem "jekyll_github_sample", git: "https://github.com/bwillis/jekyll-github-sample", ref: 'master'

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

2 participants