Skip to content

Commit

Permalink
Add base64 dependency
Browse files Browse the repository at this point in the history
...which silences a deprecation
  • Loading branch information
perlun committed Jul 21, 2024
1 parent 6adb801 commit 2803700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
source 'https://rubygems.org'

gem 'base64', '~> 0.2.0'
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 @@ -17,6 +17,7 @@ GEM
zeitwerk (~> 2.3)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
colorator (1.1.0)
concurrent-ruby (1.3.3)
csv (3.3.0)
Expand Down Expand Up @@ -98,6 +99,7 @@ PLATFORMS
x86_64-linux

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

0 comments on commit 2803700

Please sign in to comment.