Skip to content

Commit 2938c5e

Browse files
build(deps): bump base64 from 0.2.0 to 0.3.0
Bumps [base64](https://github.com/ruby/base64) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/ruby/base64/releases) - [Commits](ruby/base64@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 430ad1b commit 2938c5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

33
# These were previously included in Ruby, but will be removed as of Ruby 3.4
4-
gem 'base64', '~> 0.2.0'
4+
gem 'base64', '~> 0.3.0'
55
gem 'bigdecimal', '~> 3.1.9'
66

77
gem 'jekyll-multiple-languages-plugin',

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
zeitwerk (~> 2.3)
1818
addressable (2.8.7)
1919
public_suffix (>= 2.0.2, < 7.0)
20-
base64 (0.2.0)
20+
base64 (0.3.0)
2121
bigdecimal (3.1.9)
2222
colorator (1.1.0)
2323
concurrent-ruby (1.3.3)
@@ -100,7 +100,7 @@ PLATFORMS
100100
x86_64-linux
101101

102102
DEPENDENCIES
103-
base64 (~> 0.2.0)
103+
base64 (~> 0.3.0)
104104
bigdecimal (~> 3.1.9)
105105
ffi (< 1.17.0)
106106
jekyll (~> 3.10)

0 commit comments

Comments
 (0)