8000 Inject base64 for basic auth examples of bundler · ruby/ruby@6c016a4 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 6c016a4

Browse files
committed
Inject base64 for basic auth examples of bundler
1 parent 42aa24a commit 6c016a4

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

spec/bundler/support/artifice/endpoint_500.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative "../path"
44

5-
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gem_path.join("gems/{mustermann,rack,tilt,sinatra,ruby2_keywords}-*/lib")].map(&:to_s))
5+
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gem_path.join("gems/{mustermann,rack,tilt,sinatra,ruby2_keywords,base64}-*/lib")].map(&:to_s))
66

77
require "sinatra/base"
88

spec/bundler/support/artifice/helpers/endpoint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative "../../path"
44

5-
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gem_path.join("gems/{mustermann,rack,tilt,sinatra,ruby2_keywords}-*/lib")].map(&:to_s))
5+
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gem_path.join("gems/{mustermann,rack,tilt,sinatra,ruby2_keywords,base64}-*/lib")].map(&:to_s))
66

77
require "sinatra/base"
88

spec/bundler/support/artifice/windows.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative "../path"
44

5-
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gem_path.join("gems/{mustermann,rack,tilt,sinatra,ruby2_keywords}-*/lib")].map(&:to_s))
5+
$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gem_path.join("gems/{mustermann,rack,tilt,sinatra,ruby2_keywords,base64}-*/lib")].map(&:to_s))
66

77
require "sinatra/base"
88

tool/bundler/test_gems.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
source "https://rubygems.org"
44

55
gem "rack", "~> 2.0"
6+
gem "base64"
67
gem "webrick", "1.7.0"
78
gem "rack-test", "~> 1.1"
89
gem "compact_index", "~> 0.15.0"

0 commit comments

Comments
 (0)
0