Skip to content

Commit 5a43098

Browse files
committed
Upgrade to ronin-core ~> 0.3.
1 parent 47c76cb commit 5a43098

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
@@ -294,7 +294,7 @@ URI('http://testphp.vulnweb.com/listproducts.php?cat=1').has_vulns?
294294

295295
* [Ruby] >= 3.0.0
296296
* [ronin-support] ~> 1.0
297-
* [ronin-core] ~> 0.2
297+
* [ronin-core] ~> 0.3
298298
* [ronin-db] ~> 0.2
299299

300300
## Install

gemspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ generated_files:
4040

4141
dependencies:
4242
ronin-support: ~> 1.0, >= 1.0.1
43-
ronin-core: ~> 0.2
43+
ronin-core: ~> 0.3
4444
ronin-db: ~> 0.2
4545

4646
development_dependencies:

0 commit comments

Comments
 (0)