From 132eabd7c9131efe2d32bc1243e83fcbdc83516f Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 14 Dec 2024 18:05:00 -0800 Subject: [PATCH] Add `base64` to the gemspec for Bundler and Ruby 3.4.0. * The `base64` library is being moved out of stdlib and becoming a bundled gem. https://stdgems.org/base64/ --- README.md | 2 ++ gemspec.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 69517c65..ef14a728 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ please see the [API documentation](https://ronin-rb.dev/docs/ronin-support). ## Requirements * [Ruby] >= 3.0.0 +* [base64] ~> 0.1 * [chars] ~> 0.3, >= 0.3.2 * [hexdump] ~> 1.0 * [combinatorics] ~> 0.4 @@ -180,6 +181,7 @@ along with ronin-support. If not, see . [pwntools]: https://github.com/Gallopsled/pwntools#readme [activesupport]: https://guides.rubyonrails.org/active_support_core_extensions.html +[base64]: https://github.com/ruby/base64#readme [chars]: https://github.com/postmodern/chars#readme [hexdump]: https://github.com/postmodern/hexdump#readme [combinatorics]: https://github.com/postmodern/combinatorics#readme diff --git a/gemspec.yml b/gemspec.yml index 45fa03ec..b06eae14 100644 --- a/gemspec.yml +++ b/gemspec.yml @@ -27,6 +27,7 @@ metadata: required_ruby_version: ">= 3.0.0" dependencies: + base64: ~> 0.1 chars: ~> 0.3, >= 0.3.2 hexdump: ~> 1.0 combinatorics: ~> 0.4