diff --git a/Gemfile b/Gemfile index 80c9f57..588c628 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,10 @@ 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' +gem 'ronin-db-activerecord', '~> 0.2', github: 'ronin-rb/ronin-db-activerecord', + branch: '0.2.0' group :development do gem 'rake' diff --git a/README.md b/README.md index 2acece8..b4cdcaa 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ end * [Ruby] >= 3.0.0 * [ronin-support] ~> 1.0 * [ronin-core] ~> 0.1 +* [ronin-db] ~> 0.2 ## Install @@ -326,3 +327,4 @@ along with ronin-vulns. If not, see . [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 diff --git a/gemspec.yml b/gemspec.yml index 0872b95..ea9587d 100644 --- a/gemspec.yml +++ b/gemspec.yml @@ -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