Skip to content

Commit

Permalink
Upgraded to ronin-core ~> 0.3 for command_kit ~> 0.6 (issue #206).
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Aug 20, 2024
1 parent 5b42d16 commit df035c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ end
# Library dependencies
gem 'ronin-support', '~> 1.2', github: "ronin-rb/ronin-support",
branch: '1.2.0'
# gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
# branch: 'main'
gem 'ronin-core', '~> 0.3', github: 'ronin-rb/ronin-core',
branch: '0.3.0'
# gem 'ronin-repos', '~> 0.1', github: 'ronin-rb/ronin-repos',
# branch: 'main'
# gem 'ronin-db-activerecord', '~> 0.2', github: "ronin-rb/ronin-db-activerecord",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ $ ronin unarchive -f zip arch2.jar
* [wordlist] ~> 1.1
* [ronin-support] ~> 1.2
* [ronin-dns-proxy] ~> 0.1
* [ronin-core] ~> 0.2
* [ronin-core] ~> 0.3
* [ronin-repos] ~> 0.1
* [ronin-wordlists] ~> 0.1
* [ronin-db] ~> 0.1
Expand Down
2 changes: 1 addition & 1 deletion gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ dependencies:
# Ronin dependencies:
ronin-support: ~> 1.2
ronin-dns-proxy: ~> 0.1
ronin-core: ~> 0.2
ronin-core: ~> 0.3
ronin-repos: ~> 0.2
ronin-wordlists: ~> 0.1
ronin-db: ~> 0.2
Expand Down

0 comments on commit df035c6

Please sign in to comment.