Skip to content

Commit

Permalink
Temporarily switch to the rc versions of ronin-core and ronin-db.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 23, 2024
1 parent bdedf0f commit 5555800
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ end
# gem 'ruby-nmap', '~> 1.0', github: 'postmodern/ruby-nmap'

# Ronin dependencies
gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
branch: '0.2.0'
gem 'ronin-db', '~> 0.2', github: 'ronin-rb/ronin-db',
branch: '0.2.0'
# gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core',
# branch: 'main'
# gem 'ronin-db', '~> 0.2', github: 'ronin-rb/ronin-db',
# branch: 'main'

group :development do
gem 'rake'
Expand Down
4 changes: 2 additions & 2 deletions gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ required_ruby_version: ">= 3.0.0"
dependencies:
ruby-nmap: ~> 1.0
# Ronin dependencies:
ronin-core: ~> 0.2
ronin-db: ~> 0.2
ronin-core: ~> 0.2.0.rc1
ronin-db: ~> 0.2.0.rc1

development_dependencies:
bundler: ~> 2.0

0 comments on commit 5555800

Please sign in to comment.