Skip to content

Commit

Permalink
WIP: Upgrade bigdecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
perlun committed Jul 21, 2024
1 parent 2803700 commit 2b1b8b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +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
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GEM
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 @@ -100,6 +101,7 @@ PLATFORMS

DEPENDENCIES
base64 (~> 0.2.0)
bigdecimal (~> 3.1.8)
ffi (< 1.17.0)
jekyll (~> 3.10)
jekyll-multiple-languages-plugin!
Expand Down

0 comments on commit 2b1b8b9

Please sign in to comment.