From 7825e8363d4b2ccad8e2d3f5eeba9e26f6656911 Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 22 Dec 2017 23:08:05 +0000 Subject: Postponing the Bundler merge. I faced a big issue about Bundler with ruby core. I have no time to resolve it issue before 2.5 final release. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- .../support/artifice/compact_index_extra_missing.rb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 spec/bundler/support/artifice/compact_index_extra_missing.rb (limited to 'spec/bundler/support/artifice/compact_index_extra_missing.rb') diff --git a/spec/bundler/support/artifice/compact_index_extra_missing.rb b/spec/bundler/support/artifice/compact_index_extra_missing.rb deleted file mode 100644 index 67a9d23691..0000000000 --- a/spec/bundler/support/artifice/compact_index_extra_missing.rb +++ /dev/null @@ -1,17 +0,0 @@ -# frozen_string_literal: true - -require File.expand_path("../compact_index_extra", __FILE__) - -Artifice.deactivate - -class CompactIndexExtraMissing < CompactIndexExtra - get "/extra/fetch/actual/gem/:id" do - if params[:id] == "missing-1.0.gemspec.rz" - halt 404 - else - File.read("#{gem_repo2}/quick/Marshal.4.8/#{params[:id]}") - end - end -end - -Artifice.activate_with(CompactIndexExtraMissing) -- cgit v1.2.3