summaryrefslogtreecommitdiff
path: root/spec/bundler/support/builders.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-20 10:41:00 +0900
committergit <svn-admin@ruby-lang.org>2023-07-25 06:23:24 +0000
commitcc2617ae3f82b6ae12965d9974680f3d15462745 (patch)
treea3de3a42238952f8d7279390ee6b2d07b878738a /spec/bundler/support/builders.rb
parentdf4ac25bd957b4a22acc3243de4af310efc473f1 (diff)
[rubygems/rubygems] Added csv as stub gem to build_repo1
https://github.com/rubygems/rubygems/commit/d2f2597c31
Diffstat (limited to 'spec/bundler/support/builders.rb')
-rw-r--r--spec/bundler/support/builders.rb1
1 files changed, 1 insertions, 0 deletions
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"