Relax contracts, dependency of embedded snowplow
This commit is contained in:
parent
4881d7708d
commit
48c6133b9f
2 changed files with 12 additions and 0 deletions
11
debian/patches/0481-relax-contracts-dependency-of-snowplow.patch
vendored
Normal file
11
debian/patches/0481-relax-contracts-dependency-of-snowplow.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/snowplow-tracker/snowplow-tracker.gemspec
|
||||||
|
+++ b/snowplow-tracker/snowplow-tracker.gemspec
|
||||||
|
@@ -25,7 +25,7 @@
|
||||||
|
s.specification_version = 4
|
||||||
|
|
||||||
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||||
|
- s.add_runtime_dependency(%q<contracts>.freeze, ["<= 0.11", "~> 0.7"])
|
||||||
|
+ s.add_runtime_dependency(%q<contracts>.freeze, ["~> 0.7"])
|
||||||
|
s.add_development_dependency(%q<rspec>.freeze, ["~> 2.14.1"])
|
||||||
|
s.add_development_dependency(%q<webmock>.freeze, ["~> 1.17.4"])
|
||||||
|
else
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -9,6 +9,7 @@
|
||||||
0460-embed-derailed-benchmarks.patch
|
0460-embed-derailed-benchmarks.patch
|
||||||
0470-relax-bootsnap.patch
|
0470-relax-bootsnap.patch
|
||||||
0480-embed-snowplow-tracker.patch
|
0480-embed-snowplow-tracker.patch
|
||||||
|
0481-relax-contracts-dependency-of-snowplow.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
0520-add-system-lib-path-for-webpack.patch
|
0520-add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Reference in a new issue