Skip to content

Commit 86faf68

Browse files
build(deps-dev): update base64 requirement from ~> 0.2.0 to ~> 0.3.0
Updates the requirements on [base64](https://github.com/ruby/base64) to permit the latest version. - [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:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68fe69d commit 86faf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gem 'jekyll-titles-from-headings', '~> 0.5.3'
4040
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/jekyll-4.3.4/lib/jekyll.rb:28: warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of jekyll-4.3.4 to add csv into its gemspec.
4141
gem 'csv', '~> 3.3'
4242
# /home/runner/work/blog/blog/vendor/bundle/ruby/3.3.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb:1: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of safe_yaml-1.0.5 to add base64 into its gemspec.
43-
gem 'base64', '~> 0.2.0'
43+
gem 'base64', '~> 0.3.0'
4444
# } 2024-09-29 @RalphHightower
4545
# { 2024-10-29 @RalphHightower
4646
gem 'nuggets', '~> 1.6', '>= 1.6.1'

0 commit comments

Comments
 (0)