From 2aaca67bc12cb072f2afb046c5b547e788a58465 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Tue, 15 Feb 2022 13:20:14 +0100 Subject: [PATCH] Drop piwik_analytics The gem is unmaintained, the openSUSE matomo installation is dead. If you need this, bring it back... --- Gemfile | 3 --- Gemfile.lock | 9 ++------- Gemfile.next.lock | 5 ----- app/views/layouts/application.html.haml | 1 - 4 files changed, 2 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 216b3eb0..3f9b7182 100644 --- a/Gemfile +++ b/Gemfile @@ -168,9 +168,6 @@ gem 'font-awesome-rails' # for markdown gem 'redcarpet' -# for visitor tracking -gem 'piwik_analytics', '~> 1.0.1' - # for recurring jobs gem 'delayed_job_active_record' gem 'whenever', :require => false diff --git a/Gemfile.lock b/Gemfile.lock index 68c7074f..c87dd5a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -379,10 +379,6 @@ GEM ruby-rc4 ttfunk pg (1.2.3) - piwik_analytics (1.0.2) - actionpack - activesupport - rails (>= 3.0.0) prawn (2.4.0) pdf-core (~> 0.9.0) ttfunk (~> 1.7) @@ -563,7 +559,7 @@ GEM sqlite3 (1.4.2) ssrf_filter (1.0.7) stripe (5.38.0) - stripe-ruby-mock (3.0.1) + stripe-ruby-mock (3.1.0.rc3) dante (>= 0.2.0) multi_json (~> 1.0) stripe (> 5, < 6) @@ -679,7 +675,6 @@ DEPENDENCIES paper_trail pdf-inspector pg - piwik_analytics (~> 1.0.1) prawn-qrcode prawn-rails puma (~> 4.3) @@ -718,7 +713,7 @@ DEPENDENCIES sprockets-rails sqlite3 stripe - stripe-ruby-mock + stripe-ruby-mock (~> 3.1.0.rc3) timecop transitions turbolinks diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 47ff59cc..91ef7565 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -420,10 +420,6 @@ GEM ruby-rc4 ttfunk pg (1.2.3) - piwik_analytics (1.0.2) - actionpack - activesupport - rails (>= 3.0.0) prawn (2.4.0) pdf-core (~> 0.9.0) ttfunk (~> 1.7) @@ -716,7 +712,6 @@ DEPENDENCIES paper_trail pdf-inspector pg - piwik_analytics (~> 1.0.1) prawn-qrcode prawn-rails puma (~> 4.3) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index d4c194b9..7dfaf2c8 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -51,4 +51,3 @@ #{link_to "Skylight", ENV["SKYLIGHT_PUBLIC_DASHBOARD_URL"]}. = yield :script_body = yield :charts_js - = piwik_tracking_tag