freebsd-ports/devel/rubygem-travis/files/patch-gemspec
Sunpoet Po-Chuan Hsieh a839e68ead - Update to 1.7.6
- Regenerate patch file with makepatch:

Changes:	https://github.com/travis-ci/travis.rb/commits/master
2015-05-10 20:18:21 +00:00

11 lines
592 B
Text

--- travis.gemspec.orig 2015-05-10 14:52:41 UTC
+++ travis.gemspec
@@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<backports>, [">= 0"])
s.add_runtime_dependency(%q<gh>, ["~> 0.13"])
s.add_runtime_dependency(%q<launchy>, ["~> 2.1"])
- s.add_runtime_dependency(%q<pry>, ["< 0.10", "~> 0.9"])
+ s.add_runtime_dependency(%q<pry>, ["~> 0.9"])
s.add_runtime_dependency(%q<typhoeus>, [">= 0.6.8", "~> 0.6"])
s.add_runtime_dependency(%q<pusher-client>, ["~> 0.4"])
s.add_runtime_dependency(%q<addressable>, ["~> 2.3"])