aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/support/artifice/windows.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-06 16:59:02 +0200
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-08-16 14:30:23 +0900
commit0aed0bd9ed521799c5d92c6c10ca8fa4476f8b66 (patch)
tree252645fd5c720f2641980f2773dae40d127f6684 /spec/bundler/support/artifice/windows.rb
parent129657ab6aa3cc9496746a6eb780c0dc748e3d20 (diff)
downloadruby-0aed0bd9ed521799c5d92c6c10ca8fa4476f8b66.tar.gz
[bundler/bundler] Bump rack and sinatra to latest versions
https://github.com/bundler/bundler/commit/09ecaf04fa
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 f7fe26ae7b..0630798df0 100644
--- a/spec/bundler/support/artifice/windows.rb
+++ b/spec/bundler/support/artifice/windows.rb
@@ -3,7 +3,7 @@
require File.expand_path("../../path.rb", __FILE__)
include Spec::Path
-$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,rack,tilt,sinatra}-*/lib")].map(&:to_s))
+$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra}-*/lib")].map(&:to_s))
require "artifice"
require "sinatra/base"