aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--spec/default.mspec2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8789633bc4..8149e401d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 25 22:21:56 2015 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * spec/default.mspec: remove specific version number.
+ https://github.com/ruby/rubyspec/commit/7a909e925c1baa9c700bd44af9241aef6e596714
+
Wed Feb 25 22:04:04 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/win32/Win32API.rb (initialize): accept both a string and an array
diff --git a/spec/default.mspec b/spec/default.mspec
index ad2969e6ef..6c7a78d5e0 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -1,6 +1,6 @@
# -*- ruby -*-
load "./rbconfig.rb"
-load File.dirname(__FILE__) + '/rubyspec/ruby.2.2.mspec'
+load File.dirname(__FILE__) + '/rubyspec/ruby.mspec'
class MSpecScript
builddir = Dir.pwd
srcdir = ENV['SRCDIR']