Line 0
Link Here
|
|
|
1 |
--- gitlab_git.gemspec.orig 2016-03-21 08:04:53 UTC |
2 |
+++ gitlab_git.gemspec |
3 |
@@ -21,18 +21,18 @@ Gem::Specification.new do |s| |
4 |
s.specification_version = 4 |
5 |
|
6 |
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then |
7 |
- s.add_runtime_dependency(%q<github-linguist>, ["~> 4.7.0"]) |
8 |
+ s.add_runtime_dependency(%q<github-linguist>, [">= 4.7.0"]) |
9 |
s.add_runtime_dependency(%q<activesupport>, ["~> 4.0"]) |
10 |
s.add_runtime_dependency(%q<rugged>, ["~> 0.24.0"]) |
11 |
s.add_runtime_dependency(%q<charlock_holmes>, ["~> 0.7.3"]) |
12 |
else |
13 |
- s.add_dependency(%q<github-linguist>, ["~> 4.7.0"]) |
14 |
+ s.add_dependency(%q<github-linguist>, [">= 4.7.0"]) |
15 |
s.add_dependency(%q<activesupport>, ["~> 4.0"]) |
16 |
s.add_dependency(%q<rugged>, ["~> 0.24.0"]) |
17 |
s.add_dependency(%q<charlock_holmes>, ["~> 0.7.3"]) |
18 |
end |
19 |
else |
20 |
- s.add_dependency(%q<github-linguist>, ["~> 4.7.0"]) |
21 |
+ s.add_dependency(%q<github-linguist>, [">= 4.7.0"]) |
22 |
s.add_dependency(%q<activesupport>, ["~> 4.0"]) |
23 |
s.add_dependency(%q<rugged>, ["~> 0.24.0"]) |
24 |
s.add_dependency(%q<charlock_holmes>, ["~> 0.7.3"]) |