Skip to content

Commit 2d62678

Browse files
committed
Upgrade to ronin-core ~> 0.3.
1 parent 239ca28 commit 2d62678

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ end
1616
# Ronin dependencies
1717
# gem 'ronin-support', '~> 1.0', github: 'ronin-rb/ronin-support',
1818
# branch: 'main'
19-
# gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
20-
# branch: 'main'
19+
gem 'ronin-core', '~> 0.3', github: 'ronin-rb/ronin-core',
20+
branch: '0.3.0'
2121
# gem 'ronin-db', '~> 0.2', github: 'ronin-rb/ronin-db',
2222
# branch: 'main'
2323
# gem 'ronin-db-activerecord', '~> 0.2', github: 'ronin-rb/ronin-db-activerecord',

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ URI('http://testphp.vulnweb.com/listproducts.php?cat=1').has_vulns?
295295
* [Ruby] >= 3.0.0
296296
* [base64] ~> 0.1
297297
* [ronin-support] ~> 1.0
298-
* [ronin-core] ~> 0.2
298+
* [ronin-core] ~> 0.3
299299
* [ronin-db] ~> 0.2
300300

301301
## Install

gemspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies:
4242
base64: ~> 0.1
4343
# Ronin dependencies:
4444
ronin-support: ~> 1.0, >= 1.0.1
45-
ronin-core: ~> 0.2
45+
ronin-core: ~> 0.3
4646
ronin-db: ~> 0.2
4747

4848
development_dependencies:

0 commit comments

Comments
 (0)