Skip to content

Commit

Permalink
Added ruby2_keywords for Ruby 2.6 and 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jun 9, 2020
1 parent 31419f4 commit c8cd6b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/delegate/delegate.gemspec
Expand Up @@ -24,4 +24,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_runtime_dependency 'ruby2_keywords'
end

0 comments on commit c8cd6b2

Please sign in to comment.