mirror of
https://github.com/samsonjs/http-cookie.git
synced 2026-03-25 08:55:53 +00:00
Relax the version constraints on sqlite3
This commit is contained in:
parent
b4b240b31a
commit
c4b73bfa4f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
|
|||
gem.extra_rdoc_files = ['README.md', 'LICENSE.txt']
|
||||
|
||||
gem.add_runtime_dependency("domain_name", ["~> 0.5"])
|
||||
gem.add_development_dependency("sqlite3", ["~> 1.3.3"]) unless defined?(JRUBY_VERSION)
|
||||
gem.add_development_dependency("sqlite3", ["~> 1.3"]) unless defined?(JRUBY_VERSION)
|
||||
gem.add_development_dependency("bundler", [">= 1.2.0"])
|
||||
gem.add_development_dependency("test-unit", [">= 2.4.3", *("< 3" if RUBY_VERSION < "1.9")])
|
||||
gem.add_development_dependency("rake", [">= 0.9.2.2", *("< 11" if RUBY_VERSION < "1.9")])
|
||||
|
|
|
|||
Loading…
Reference in a new issue