From 46f08474d826740c7ecb98f7da714161a8d0ece7 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 22 Jun 2024 21:03:13 -0700 Subject: [PATCH] Temporarily require `ronin-core` ~> 0.2.0.rc1. --- Gemfile | 4 ++-- gemspec.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 847c434..14333c4 100644 --- a/Gemfile +++ b/Gemfile @@ -9,8 +9,8 @@ platform :jruby do end # Ronin dependencies: -gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core', - branch: '0.2.0' +# gem 'ronin-core', '~> 0.2', github: 'ronin-rb/ronin-core', +# branch: 'main' # gem 'command_kit', '~> 0.5', github: 'postmodern/command_kit.rb', # branch: 'main' diff --git a/gemspec.yml b/gemspec.yml index 6ec7656..7522738 100644 --- a/gemspec.yml +++ b/gemspec.yml @@ -39,7 +39,7 @@ required_ruby_version: ">= 3.0.0" dependencies: # Library dependencies: - ronin-core: ~> 0.1 + ronin-core: ~> 0.2.0.rc1 development_dependencies: bundler: ~> 2.0