Skip to content

Commit

Permalink
ruby-version: Bump Ruby version to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Jul 27, 2024
1 parent 23858b7 commit 5672dd7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6
3.3
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
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'


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:
- jekyll-multiple-languages-plugin
- jekyll-paginate
- jemoji

0 comments on commit 5672dd7

Please sign in to comment.