mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
11 lines
575 B
Text
11 lines
575 B
Text
--- t.gemspec.orig 2016-03-05 01:55:41 UTC
|
|
+++ t.gemspec
|
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
|
|
s.add_runtime_dependency(%q<launchy>, ["~> 2.4"])
|
|
s.add_runtime_dependency(%q<geokit>, ["~> 1.9"])
|
|
s.add_runtime_dependency(%q<htmlentities>, ["~> 4.3"])
|
|
- s.add_runtime_dependency(%q<oauth>, ["~> 0.4.7"])
|
|
+ s.add_runtime_dependency(%q<oauth>, [">= 0.4.7"])
|
|
s.add_runtime_dependency(%q<retryable>, ["~> 2.0"])
|
|
s.add_runtime_dependency(%q<thor>, ["< 2", ">= 0.19.1"])
|
|
s.add_runtime_dependency(%q<twitter>, ["~> 5.16"])
|