Skip to content

Commit ecd48a8

Browse files
committed
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/
1 parent fb244f3 commit ecd48a8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ end
274274
## Requirements
275275

276276
* [Ruby] >= 3.0.0
277+
* [base64] ~> 0.1
277278
* [ronin-support] ~> 1.0
278279
* [ronin-core] ~> 0.2
279280
* [ronin-db] ~> 0.2
@@ -327,6 +328,7 @@ along with ronin-vulns. If not, see <https://www.gnu.org/licenses/>.
327328
[Ruby]: https://www.ruby-lang.org
328329
[ronin-rb]: https://ronin-rb.dev
329330

331+
[base64]: https://github.com/ruby/base64#readme
330332
[ronin-support]: https://github.com/ronin-rb/ronin-support#readme
331333
[ronin-core]: https://github.com/ronin-rb/ronin-core#readme
332334
[ronin-db]: https://github.com/ronin-rb/ronin-db#readme

gemspec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ generated_files:
3939
- man/ronin-vulns-scan.1
4040

4141
dependencies:
42+
base64: ~> 0.1
43+
# Ronin dependencies:
4244
ronin-support: ~> 1.0, >= 1.0.1
4345
ronin-core: ~> 0.2
4446
ronin-db: ~> 0.2

0 commit comments

Comments
 (0)