summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2023-12-16 10:36:05 +0900
committernagachika <nagachika@ruby-lang.org>2023-12-16 10:48:39 +0900
commitca83700944623d5934a6979ed209733045ac541c (patch)
tree778173e247ff7a89f5a5b5bd44934b4feae4ffbd
parente337b858343f12a2765505dc958ab22c7e134cc9 (diff)
partially merge revision cfa6a892d05c5dcbd8fcd7c78cdbac49a8ff6100:
Redirect to for the portability
-rw-r--r--lib/net/http/net-http.gemspec2
-rw-r--r--version.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/http/net-http.gemspec b/lib/net/http/net-http.gemspec
index b07a0b6039..0021136793 100644
--- a/lib/net/http/net-http.gemspec
+++ b/lib/net/http/net-http.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
- `git ls-files -z 2>/dev/null`.split("\x0").reject { |f| f.match(%r{\A(?:(?:test|spec|features)/|\.git)}) }
+ `git ls-files -z 2>#{IO::NULL}`.split("\x0").reject { |f| f.match(%r{\A(?:(?:test|spec|features)/|\.git)}) }
end
spec.bindir = "exe"
spec.require_paths = ["lib"]
diff --git a/version.h b/version.h
index 9cf23edbb0..7aa43e16cf 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 2
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 142
+#define RUBY_PATCHLEVEL 143
#include "ruby/version.h"
#include "ruby/internal/abi.h"