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 883147e commit cb9bfc9
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 @@ -11,10 +11,10 @@ platform :jruby do
end

# 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-masscan: ~> 0.1
# 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 cb9bfc9

Please sign in to comment.