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

ruby-version: Bump Ruby version to 3.3 #37

Merged
merged 1 commit into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6
3.3
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
source 'https://rubygems.org'

# 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'

Copy link
Owner Author

@perlun perlun Jul 27, 2024

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:

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.

gem 'jekyll-multiple-languages-plugin',
github: 'perlun/jekyll-multiple-languages-plugin',
ref: '1c149891788aa5f50cb9c469f93fa15c61a14419'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.3)
csv (3.3.0)
Expand Down Expand Up @@ -69,8 +71,6 @@ GEM
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.1.1)
Expand Down Expand Up @@ -100,6 +100,8 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
base64 (~> 0.2.0)
bigdecimal (~> 3.1.8)
ffi (< 1.17.0)
jekyll (~> 3.10)
jekyll-multiple-languages-plugin!
Expand All @@ -110,4 +112,4 @@ DEPENDENCIES
redcarpet (~> 3.6)

BUNDLED WITH
2.3.20
2.5.16
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exclude:
languages: ["xx", "sv", "en"]
exclude_from_localizations: ["images", "public"]

gems:
plugins:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Fixes a Jekyll warning)

- jekyll-multiple-languages-plugin
- jekyll-paginate
- jemoji
Loading