Skip to content

Commit

Permalink
Add base64 to the gemspec for Bundler and Ruby 3.4.0.
Browse files Browse the repository at this point in the history
* The `base64` library is being moved out of stdlib and becoming a
  bundled gem. https://stdgems.org/base64/
  • Loading branch information
postmodern committed Dec 15, 2024
1 parent 1af19d9 commit 132eabd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -180,6 +181,7 @@ along with ronin-support. If not, see <https://www.gnu.org/licenses/>.
[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
Expand Down
1 change: 1 addition & 0 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 132eabd

Please sign in to comment.