From cb9bfc953d9505c75f6b64db04baca9c91e25a6a Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sun, 23 Jun 2024 02:17:21 -0700 Subject: [PATCH] Temporarily switch to the `rc` versions of `ronin-core` and `ronin-db`. --- Gemfile | 8 ++++---- gemspec.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index d100f37..5d79186 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/gemspec.yml b/gemspec.yml index 9486ef4..4014a90 100644 --- a/gemspec.yml +++ b/gemspec.yml @@ -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