Embed snowplow-tracker
This commit is contained in:
parent
7ea420d238
commit
4881d7708d
2 changed files with 12 additions and 0 deletions
11
debian/patches/0480-embed-snowplow-tracker.patch
vendored
Normal file
11
debian/patches/0480-embed-snowplow-tracker.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -290,7 +290,7 @@
|
||||
gem 'peek', '~> 1.0', '>= 1.0.1'
|
||||
|
||||
# Snowplow events tracking
|
||||
-gem 'snowplow-tracker', '~> 0.6.1'
|
||||
+gem 'snowplow-tracker', '~> 0.6.1', path: 'vendor/gems/snowplow-tracker'
|
||||
|
||||
# Memory benchmarks
|
||||
gem 'derailed_benchmarks', require: false, path: 'vendor/gems/derailed-benchmarks'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -8,6 +8,7 @@
|
|||
0450-remove-bullet.patch
|
||||
0460-embed-derailed-benchmarks.patch
|
||||
0470-relax-bootsnap.patch
|
||||
0480-embed-snowplow-tracker.patch
|
||||
0500-set-webpack-root.patch
|
||||
0510-remove-dev-dependencies.patch
|
||||
0520-add-system-lib-path-for-webpack.patch
|
||||
|
|
Loading…
Reference in a new issue