aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-28 16:29:45 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-01-18 20:41:33 +0900
commitbb5747e18a0fe47e9dce12445c4cca020f501d2e (patch)
tree92ffd6b54c759494ebed6ac9673fe6997397dc61
parent331f0bc1cb7965bec9aed5d7278360c2e9fc8946 (diff)
downloadruby-bb5747e18a0fe47e9dce12445c4cca020f501d2e.tar.gz
Added ruby2_keywords for Ruby 2.5 and 2.6
-rw-r--r--lib/drb/drb.gemspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/drb/drb.gemspec b/lib/drb/drb.gemspec
index 15e693f57a..0ac525705b 100644
--- a/lib/drb/drb.gemspec
+++ b/lib/drb/drb.gemspec
@@ -40,4 +40,6 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
+
+ spec.add_dependency "ruby2_keywords"
end