mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
- Pet portlint: fix diff header of patch files Changes: https://gitlab.com/gitlab-org/gitlab_git/blob/master/CHANGELOG https://gitlab.com/gitlab-org/gitlab_git/commits/master
11 lines
559 B
Text
11 lines
559 B
Text
--- gitlab_git.gemspec.orig 2016-03-28 15:12:58 UTC
|
|
+++ gitlab_git.gemspec
|
|
@@ -21,7 +21,7 @@
|
|
s.specification_version = 4
|
|
|
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
|
- s.add_runtime_dependency(%q<github-linguist>.freeze, ["~> 4.7.0"])
|
|
+ s.add_runtime_dependency(%q<github-linguist>.freeze, [">= 4.7.0"])
|
|
s.add_runtime_dependency(%q<activesupport>.freeze, ["~> 4.0"])
|
|
s.add_runtime_dependency(%q<rugged>.freeze, ["~> 0.24.0"])
|
|
s.add_runtime_dependency(%q<charlock_holmes>.freeze, ["~> 0.7.3"])
|