Skip to content

Commit

Permalink
Merge pull request #27 from Earlopain/remove-ruby2_keywords-dep
Browse files Browse the repository at this point in the history
Drop dependency on ruby2_keywords
  • Loading branch information
hsbt authored Feb 26, 2024
2 parents 2938931 + 54b564f commit ba1efb2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions drb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,4 @@ Gem::Specification.new do |spec|
lib/drb/weakidconv.rb
]
spec.require_paths = ["lib"]

spec.add_dependency "ruby2_keywords"
end
2 changes: 0 additions & 2 deletions test/lib/helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require "test/unit"
require "core_assertions"

require "ruby2_keywords"

Test::Unit::TestCase.include Test::Unit::CoreAssertions

0 comments on commit ba1efb2

Please sign in to comment.