aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/support/artifice/windows.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-14 19:49:16 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-12-15 16:41:10 +0900
commit38002a8adbd98266426940d829429a30af0622a4 (patch)
treedb01bcc2653ba0230a07345c4a3c877246dfe473 /spec/bundler/support/artifice/windows.rb
parente2b192f7d5b4f0e2133bb6cf03cfc609258826be (diff)
downloadruby-38002a8adbd98266426940d829429a30af0622a4.tar.gz
Prepare to release bundler-2.1.0
Diffstat (limited to 'spec/bundler/support/artifice/windows.rb')
-rw-r--r--spec/bundler/support/artifice/windows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/artifice/windows.rb b/spec/bundler/support/artifice/windows.rb
index ce7455b86c..21170c81d9 100644
--- a/spec/bundler/support/artifice/windows.rb
+++ b/spec/bundler/support/artifice/windows.rb
@@ -27,7 +27,7 @@ class Windows < Sinatra::Base
files.each do |file|
get "/#{file}" do
- File.read gem_repo.join(file)
+ File.binread gem_repo.join(file)
end
end