Relax contracts, dependency of embedded snowplow

This commit is contained in:
Sruthi Chandran 2019-10-17 23:48:49 +05:30
parent 4881d7708d
commit 48c6133b9f
2 changed files with 12 additions and 0 deletions

View 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

View file

@ -9,6 +9,7 @@
0460-embed-derailed-benchmarks.patch
0470-relax-bootsnap.patch
0480-embed-snowplow-tracker.patch
0481-relax-contracts-dependency-of-snowplow.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch