From cc2617ae3f82b6ae12965d9974680f3d15462745 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 20 Jul 2023 10:41:00 +0900 Subject: [rubygems/rubygems] Added csv as stub gem to build_repo1 https://github.com/rubygems/rubygems/commit/d2f2597c31 --- spec/bundler/support/builders.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/bundler/support/builders.rb') diff --git a/spec/bundler/support/builders.rb b/spec/bundler/support/builders.rb index 7b91aaef57..a2e93060fe 100644 --- a/spec/bundler/support/builders.rb +++ b/spec/bundler/support/builders.rb @@ -27,6 +27,7 @@ module Spec build_gem "git" build_gem "puma" build_gem "minitest" + build_gem "csv" build_gem "rack", %w[0.9.1 1.0.0] do |s| s.executables = "rackup" -- cgit v1.2.3