Skip to content

Commit 3ba0e44

Browse files
committed
Added pstore as a gem dependency in the gemspec (closes #45).
* Other `ronin-*` libraries that bundle `ronin-wordlists` will now pickup `pstore` automatically.
1 parent 5ebfa33 commit 3ba0e44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gemspec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ test_files:
3636
required_ruby_version: ">= 3.0.0"
3737

3838
dependencies:
39+
# NOTE: required for 'yaml/store'.
40+
pstore: ~> 0.1
3941
wordlist: ~> 1.1
4042
# Ronin dependencies:
4143
ronin-core: ~> 0.2

0 commit comments

Comments
 (0)