mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Use a newer version of test-unit.
This commit is contained in:
parent
f4cd8ffb58
commit
4bb4d51f8d
2 changed files with 2 additions and 1 deletions
|
|
@ -24,4 +24,5 @@ Gem::Specification.new do |gem|
|
|||
|
||||
gem.add_runtime_dependency("domain_name", ["~> 0.5"])
|
||||
gem.add_development_dependency("bundler", [">= 1.2.0"])
|
||||
gem.add_development_dependency("test-unit", [">= 2.4.3"])
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
require 'rubygems'
|
||||
require 'test/unit'
|
||||
require 'test-unit'
|
||||
require 'uri'
|
||||
require 'http/cookie'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue