You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running collectionbuilder-gh on my own Windows PC. I followed the directions, and installed Ruby, GitHub and ImageMagick.
When I run bundle exec jekyll s in the BASH console I receive the following warning:
C:/Ruby33-x64/lib/ruby/gems/3.3.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb:22: w
arning: base64 was loaded from the standard library, but will no longer be part of
the default gems starting from Ruby 3.4.0.
You can add base64 to your Gemfile or gemspec to silence this warning.
This might become a problem soon, as Ruby is at 3.3.0.
The text was updated successfully, but these errors were encountered:
CB has it's own dependencies set in the Gemfile--however, those are dependencies that will need to be updated in Jekyll--so we will leave that one to them! It will be added to their new version eventually. You can ignore all those notices.
I am running collectionbuilder-gh on my own Windows PC. I followed the directions, and installed Ruby, GitHub and ImageMagick.
When I run
bundle exec jekyll s
in the BASH console I receive the following warning:This might become a problem soon, as Ruby is at 3.3.0.
The text was updated successfully, but these errors were encountered: