Skip to content

Commit

Permalink
Make rubocop happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 27, 2024
1 parent fdaa3a0 commit 9e1e8d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
1 change: 0 additions & 1 deletion spec/cli/commands/show_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class ExampleBruteforcer < Ronin::Brute::Bruteforcer
end
end
end

end

describe "#print_bruteforcer_usage" do
Expand Down

0 comments on commit 9e1e8d4

Please sign in to comment.