-
Notifications
You must be signed in to change notification settings - Fork 358
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
Error: undefined method tainted?
when using Ruby v3.2.0
#859
Comments
Liquid 4 is not compatible with Ruby 3.2. Shopify/liquid#1625 (comment) |
Liquid is updated. Upgrade to v4.0.4. |
gradybarrett
pushed a commit
to gradybarrett/pages-gem
that referenced
this issue
Jan 12, 2023
Ruby 3.2 removed the "tainted" interface, which liquid >=4.0.3 still uses. Liquid 4.0.4 removes references to this interface that it works with Ruby 3.2. Closes github#859.
1 task
gradybarrett
pushed a commit
to gradybarrett/pages-gem
that referenced
this issue
Jan 25, 2023
Ruby 3.2 removed the "tainted" interface, which liquid >=4.0.3 still uses. Liquid 4.0.4 removes references to this interface that it works with Ruby 3.2. Closes github#859.
1 task
davidlj95
added a commit
to davidlj95/website
that referenced
this issue
Aug 9, 2023
error happens when serving: github/pages-gem#859
This was referenced Apr 18, 2024
kzu
added a commit
to devlooped/TableStorage
that referenced
this issue
Jul 9, 2024
kzu
added a commit
to clarius/pages
that referenced
this issue
Jul 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before submitting an issue, please be sure to
bundle update github-pages
)This issue affects
The GitHub Pages Gem is intended to help users replicate the GitHub Pages build environment locally. If your issue affects both the hosted version and the version previewed locally, you may be better suited reporting seeking support in other forums.
What did you do (e.g., steps to reproduce)
rbenv
withrbenv install 3.2.0
.rbenv global 3.2.0
.bundle install
in the Jekyll repo.bundle exec jekyll serve
.What did you expect to happen?
The Jekyll project to run on localhost:4000.
What happened instead?
The following error was thrown in the terminal:
The text was updated successfully, but these errors were encountered: