-
Notifications
You must be signed in to change notification settings - Fork 0
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
ruby-version: Bump Ruby version to 3.3 #37
Conversation
We'll pick this up again as part of #26. More details here: #26 (comment) |
2b1b8b9
to
5672dd7
Compare
5672dd7
to
4472918
Compare
# These were previously included in Ruby, but will be removed as of Ruby 3.4 | ||
gem 'base64', '~> 0.2.0' | ||
gem 'bigdecimal', '~> 3.1.8' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, these shouldn't be here because they are dependencies required by our dependencies. There are issues about this raised in their repos though:
- safe_yaml: Starting with Ruby 3.4.0, base64 will no longer be part of stdlib dtao/safe_yaml#108
- liquid: Ruby 3.3 deprecation warnings: base64, bigdecimal will no longer be part of the default gems Shopify/liquid#1772
If/when we upgrade to versions where these have been added to the Gemspec
files, we should be able to get rid of these explicitly being listed here.
@@ -28,7 +28,7 @@ exclude: | |||
languages: ["xx", "sv", "en"] | |||
exclude_from_localizations: ["images", "public"] | |||
|
|||
gems: | |||
plugins: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Fixes a Jekyll warning)
The previous 2.6 version we used is getting increasingly hard to install using e.g. RVM.