Skip to content

Commit 1237a2f

Browse files
Update base64 requirement from ~> 0.2.0 to ~> 0.3.0 (#140)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a749ab commit 1237a2f

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
@@ -41,7 +41,7 @@ gem 'jekyll-titles-from-headings', '~> 0.5.3'
4141
# /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.
4242
gem 'csv', '~> 3.3'
4343
# /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.
44-
gem 'base64', '~> 0.2.0'
44+
gem 'base64', '~> 0.3.0'
4545
# } 2024-09-29 @RalphHightower
4646
# { 2024-10-29 @RalphHightower
4747
gem 'nuggets', '~> 1.6', '>= 1.6.1'

0 commit comments

Comments
 (0)