Skip to content

Commit

Permalink
Added ronin-db as a dependency (closes #56).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Nov 28, 2023
1 parent fe0360b commit 97fe418
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ gem 'jruby-openssl', '~> 0.7', platforms: :jruby
# branch: 'main'
# gem 'ronin-core', '~> 0.1', github: 'ronin-rb/ronin-core',
# branch: 'main'
gem 'ronin-db', '~> 0.2', github: 'ronin-rb/ronin-db',
branch: '0.2.0'

group :development do
gem 'rake'
Expand Down
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
* [Ruby] >= 3.0.0
* [ronin-support] ~> 1.0
* [ronin-core] ~> 0.1
* [ronin-db] ~> 0.2

## Install

Expand Down Expand Up @@ -326,3 +327,4 @@ along with ronin-vulns. If not, see <https://www.gnu.org/licenses/>.

[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
1 change: 1 addition & 0 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ generated_files:
dependencies:
ronin-support: ~> 1.0, >= 1.0.1
ronin-core: ~> 0.1
ronin-db: ~> 0.2

development_dependencies:
bundler: ~> 2.0

0 comments on commit 97fe418

Please sign in to comment.