Skip to content

Commit

Permalink
remove superfluous requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 15, 2024
1 parent ce3ad8c commit f106a2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion app/workers/process_oci_image_worker.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'minitar'
require 'zlib'

require Rails.root / 'lib/oci_image_layout'

Expand Down
4 changes: 0 additions & 4 deletions spec/factories/release_descriptor.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# frozen_string_literal: true

require 'rubygems/package'
require 'minitar'
require 'zlib'

FactoryBot.define do
factory :release_descriptor, aliases: %i[descriptor] do
initialize_with { new(**attributes.reject { _2 in NIL_ACCOUNT | NIL_ENVIRONMENT }) }
Expand Down

0 comments on commit f106a2c

Please sign in to comment.