Drop piwik_analytics
The gem is unmaintained, the openSUSE matomo installation is dead. If you need this, bring it back...
This commit is contained in:
parent
1ca6029edc
commit
2aaca67bc1
4 changed files with 2 additions and 16 deletions
3
Gemfile
3
Gemfile
|
|
@ -168,9 +168,6 @@ gem 'font-awesome-rails'
|
||||||
# for markdown
|
# for markdown
|
||||||
gem 'redcarpet'
|
gem 'redcarpet'
|
||||||
|
|
||||||
# for visitor tracking
|
|
||||||
gem 'piwik_analytics', '~> 1.0.1'
|
|
||||||
|
|
||||||
# for recurring jobs
|
# for recurring jobs
|
||||||
gem 'delayed_job_active_record'
|
gem 'delayed_job_active_record'
|
||||||
gem 'whenever', :require => false
|
gem 'whenever', :require => false
|
||||||
|
|
|
||||||
|
|
@ -379,10 +379,6 @@ GEM
|
||||||
ruby-rc4
|
ruby-rc4
|
||||||
ttfunk
|
ttfunk
|
||||||
pg (1.2.3)
|
pg (1.2.3)
|
||||||
piwik_analytics (1.0.2)
|
|
||||||
actionpack
|
|
||||||
activesupport
|
|
||||||
rails (>= 3.0.0)
|
|
||||||
prawn (2.4.0)
|
prawn (2.4.0)
|
||||||
pdf-core (~> 0.9.0)
|
pdf-core (~> 0.9.0)
|
||||||
ttfunk (~> 1.7)
|
ttfunk (~> 1.7)
|
||||||
|
|
@ -563,7 +559,7 @@ GEM
|
||||||
sqlite3 (1.4.2)
|
sqlite3 (1.4.2)
|
||||||
ssrf_filter (1.0.7)
|
ssrf_filter (1.0.7)
|
||||||
stripe (5.38.0)
|
stripe (5.38.0)
|
||||||
stripe-ruby-mock (3.0.1)
|
stripe-ruby-mock (3.1.0.rc3)
|
||||||
dante (>= 0.2.0)
|
dante (>= 0.2.0)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
stripe (> 5, < 6)
|
stripe (> 5, < 6)
|
||||||
|
|
@ -679,7 +675,6 @@ DEPENDENCIES
|
||||||
paper_trail
|
paper_trail
|
||||||
pdf-inspector
|
pdf-inspector
|
||||||
pg
|
pg
|
||||||
piwik_analytics (~> 1.0.1)
|
|
||||||
prawn-qrcode
|
prawn-qrcode
|
||||||
prawn-rails
|
prawn-rails
|
||||||
puma (~> 4.3)
|
puma (~> 4.3)
|
||||||
|
|
@ -718,7 +713,7 @@ DEPENDENCIES
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
sqlite3
|
sqlite3
|
||||||
stripe
|
stripe
|
||||||
stripe-ruby-mock
|
stripe-ruby-mock (~> 3.1.0.rc3)
|
||||||
timecop
|
timecop
|
||||||
transitions
|
transitions
|
||||||
turbolinks
|
turbolinks
|
||||||
|
|
|
||||||
|
|
@ -420,10 +420,6 @@ GEM
|
||||||
ruby-rc4
|
ruby-rc4
|
||||||
ttfunk
|
ttfunk
|
||||||
pg (1.2.3)
|
pg (1.2.3)
|
||||||
piwik_analytics (1.0.2)
|
|
||||||
actionpack
|
|
||||||
activesupport
|
|
||||||
rails (>= 3.0.0)
|
|
||||||
prawn (2.4.0)
|
prawn (2.4.0)
|
||||||
pdf-core (~> 0.9.0)
|
pdf-core (~> 0.9.0)
|
||||||
ttfunk (~> 1.7)
|
ttfunk (~> 1.7)
|
||||||
|
|
@ -716,7 +712,6 @@ DEPENDENCIES
|
||||||
paper_trail
|
paper_trail
|
||||||
pdf-inspector
|
pdf-inspector
|
||||||
pg
|
pg
|
||||||
piwik_analytics (~> 1.0.1)
|
|
||||||
prawn-qrcode
|
prawn-qrcode
|
||||||
prawn-rails
|
prawn-rails
|
||||||
puma (~> 4.3)
|
puma (~> 4.3)
|
||||||
|
|
|
||||||
|
|
@ -51,4 +51,3 @@
|
||||||
#{link_to "Skylight", ENV["SKYLIGHT_PUBLIC_DASHBOARD_URL"]}.
|
#{link_to "Skylight", ENV["SKYLIGHT_PUBLIC_DASHBOARD_URL"]}.
|
||||||
= yield :script_body
|
= yield :script_body
|
||||||
= yield :charts_js
|
= yield :charts_js
|
||||||
= piwik_tracking_tag
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue