Skip to content
Snippets Groups Projects
Unverified Commit 6670ae62 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

global: require rubygems for activesupport.

parent 1241c40c
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
require "rubygems"
module Cask
class DSL
class DependsOn < DelegateClass(Hash)
......
# frozen_string_literal: true
require "rubygems"
require "formula_installer"
require "unpack_strategy"
......
......@@ -2,7 +2,6 @@
module Homebrew
module Assertions
require "rubygems"
require "test/unit/assertions"
include ::Test::Unit::Assertions
......
......@@ -9,6 +9,7 @@ require "pp"
require_relative "load_path"
require "rubygems"
require "active_support/core_ext/object/blank"
require "active_support/core_ext/numeric/time"
require "active_support/core_ext/array/access"
......
# frozen_string_literal: true
require "open3"
require "rubygems"
require_relative "shared_examples/invalid_option"
......
......@@ -88,7 +88,6 @@ RSpec.shared_context "integration test" do
"-I", $LOAD_PATH.join(File::PATH_SEPARATOR)
]
if ENV["HOMEBREW_TESTS_COVERAGE"]
require "rubygems"
simplecov_spec = Gem.loaded_specs["simplecov"]
specs = [simplecov_spec]
simplecov_spec.runtime_dependencies.each do |dep|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment