Skip to content

Commit

Permalink
Added ruby2_keywords for Ruby 2.5 and 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 18, 2021
1 parent 331f0bc commit bb5747e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/drb/drb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bb5747e

Please sign in to comment.