Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Remove another unneeded require
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Aug 17, 2019
1 parent 97ddcb4 commit 7eca509
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/support/artifice/endpoint.rb
Expand Up @@ -44,7 +44,6 @@ def call!(*)
def dependencies_for(gem_names, gem_repo = GEM_REPO)
return [] if gem_names.nil? || gem_names.empty?

require "rubygems"
require "#{Spec::Path.lib}/bundler"
Bundler::Deprecate.skip_during do
all_specs = %w[specs.4.8 prerelease_specs.4.8].map do |filename|
Expand Down

0 comments on commit 7eca509

Please sign in to comment.