Skip to content

Commit

Permalink
Temporarily require ronin-core ~> 0.2.0.rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 23, 2024
1 parent ed42eda commit 46f0847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gemspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 46f0847

Please sign in to comment.