Remove unused require of rubygems/package from ip blocks CLI class (#35957)

This commit is contained in:
Matt Jankowski 2025-09-01 02:23:39 -04:00 committed by GitHub
parent 40242fafee
commit 70da14871f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
require 'rubygems/package'
require_relative 'base' require_relative 'base'
module Mastodon::CLI module Mastodon::CLI