Skip to content

Commit

Permalink
Explicitly require "rubygems" in GemSpecQueryable module
Browse files Browse the repository at this point in the history
- Added a `require "rubygems"` statement to the GemSpecQueryable module to explicitly declare its dependency on the Gem module.
  • Loading branch information
shinokaro committed Jun 27, 2024
1 parent 4f523ee commit 249ed34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ocran/gem_spec_queryable.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true
require "rubygems"
require "pathname"

module Ocran
Expand Down

0 comments on commit 249ed34

Please sign in to comment.