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 fb244f3 commit ecd48a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ end
## Requirements

* [Ruby] >= 3.0.0
* [base64] ~> 0.1
* [ronin-support] ~> 1.0
* [ronin-core] ~> 0.2
* [ronin-db] ~> 0.2
Expand Down Expand Up @@ -327,6 +328,7 @@ along with ronin-vulns. If not, see <https://www.gnu.org/licenses/>.
[Ruby]: https://www.ruby-lang.org
[ronin-rb]: https://ronin-rb.dev

[base64]: https://github.com/ruby/base64#readme
[ronin-support]: https://github.com/ronin-rb/ronin-support#readme
[ronin-core]: https://github.com/ronin-rb/ronin-core#readme
[ronin-db]: https://github.com/ronin-rb/ronin-db#readme
2 changes: 2 additions & 0 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ generated_files:
- man/ronin-vulns-scan.1

dependencies:
base64: ~> 0.1
# Ronin dependencies:
ronin-support: ~> 1.0, >= 1.0.1
ronin-core: ~> 0.2
ronin-db: ~> 0.2
Expand Down

0 comments on commit ecd48a8

Please sign in to comment.