From 9e1e8d4af9eb047fe4270a95ed63c072f68f49d6 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 27 Jan 2024 06:11:13 -0800 Subject: [PATCH] Make rubocop happy. --- Gemfile | 4 ++-- spec/cli/commands/show_spec.rb | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 928ea55..b99ab9d 100644 --- a/Gemfile +++ b/Gemfile @@ -11,8 +11,8 @@ end # Ronin dependencies # gem 'ronin-support', '~> 1.0', github: "ronin-rb/ronin-support", # branch: 'main' -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: '0.2.0' # gem 'ronin-epos', '~> 0.1', github: "ronin-rb/ronin-repos", # branch: 'main' diff --git a/spec/cli/commands/show_spec.rb b/spec/cli/commands/show_spec.rb index c89f7ab..3d71f0a 100644 --- a/spec/cli/commands/show_spec.rb +++ b/spec/cli/commands/show_spec.rb @@ -46,7 +46,6 @@ class ExampleBruteforcer < Ronin::Brute::Bruteforcer end end end - end describe "#print_bruteforcer_usage" do