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

Using the last argument as keyword parameters is deprecated #479

Open
mikeubell opened this issue Sep 4, 2024 · 0 comments
Open

Using the last argument as keyword parameters is deprecated #479

mikeubell opened this issue Sep 4, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@mikeubell
Copy link
Contributor

make serve gives many warnings like:
/Users/ubell/.rvm/gems/ruby-2.7.1/gems/jekyll-assets-3.0.11/lib/jekyll/assets/env.rb:133: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
/Users/ubell/.rvm/gems/ruby-2.7.1/gems/jekyll-assets-3.0.11/lib/jekyll/assets/drop.rb:13: warning: The called method initialize' is defined here /Users/ubell/.rvm/gems/ruby-2.7.1/gems/liquid-tag-parser-1.9.0/lib/liquid/tag/parser.rb:179: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call /Users/ubell/.rvm/gems/ruby-2.7.1/gems/liquid-tag-parser-1.9.0/lib/liquid/tag/parser.rb:189: warning: The called method set_val' is defined here

@mikeubell mikeubell added the good first issue Good for newcomers label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant