[前][次][番号順一覧][スレッド一覧]

ruby-changes:59591

From: Sutou <ko1@a...>
Date: Wed, 1 Jan 2020 07:47:09 +0900 (JST)
Subject: [ruby-changes:59591] e1c363f847 (master): [bundler/bundler] Add ruby2_keywords

https://git.ruby-lang.org/ruby.git/commit/?id=e1c363f847

From e1c363f847451a4dcf7db7c07dd00e02d9d71ad3 Mon Sep 17 00:00:00 2001
From: Sutou Kouhei <kou@c...>
Date: Tue, 31 Dec 2019 02:22:00 +0900
Subject: [bundler/bundler] Add ruby2_keywords

https://github.com/bundler/bundler/commit/29d932d72d

diff --git a/spec/bundler/support/artifice/endpoint.rb b/spec/bundler/support/artifice/endpoint.rb
index 7bca681..7f4cafc 100644
--- a/spec/bundler/support/artifice/endpoint.rb
+++ b/spec/bundler/support/artifice/endpoint.rb
@@ -4,7 +4,7 @@ require_relative "../path" https://github.com/ruby/ruby/blob/trunk/spec/bundler/support/artifice/endpoint.rb#L4
 require Spec::Path.lib_dir.join("bundler/deprecate")
 include Spec::Path
 
-$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra}-*/lib")].map(&:to_s))
+$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra,ruby2_keywords}-*/lib")].map(&:to_s))
 
 require "artifice"
 require "sinatra/base"
diff --git a/spec/bundler/support/artifice/endpoint_500.rb b/spec/bundler/support/artifice/endpoint_500.rb
index f98e7e3..7c1c436 100644
--- a/spec/bundler/support/artifice/endpoint_500.rb
+++ b/spec/bundler/support/artifice/endpoint_500.rb
@@ -3,7 +3,7 @@ https://github.com/ruby/ruby/blob/trunk/spec/bundler/support/artifice/endpoint_500.rb#L3
 require_relative "../path"
 include Spec::Path
 
-$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra}-*/lib")].map(&:to_s))
+$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra,ruby2_keywords}-*/lib")].map(&:to_s))
 
 require "artifice"
 require "sinatra/base"
diff --git a/spec/bundler/support/artifice/windows.rb b/spec/bundler/support/artifice/windows.rb
index 21170c8..c31c6ff 100644
--- a/spec/bundler/support/artifice/windows.rb
+++ b/spec/bundler/support/artifice/windows.rb
@@ -3,7 +3,7 @@ https://github.com/ruby/ruby/blob/trunk/spec/bundler/support/artifice/windows.rb#L3
 require_relative "../path"
 include Spec::Path
 
-$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra}-*/lib")].map(&:to_s))
+$LOAD_PATH.unshift(*Dir[Spec::Path.base_system_gems.join("gems/{artifice,mustermann,rack,tilt,sinatra,ruby2_keywords}-*/lib")].map(&:to_s))
 
 require "artifice"
 require "sinatra/base"
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]