aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock5
2 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index bdb1a3d..a2d611b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -64,3 +64,4 @@ gem 'refinerycms-page-images', '~> 2.0.0'
gem 'refinerycms-videojs'
gem 'refinerycms-pc_banners', '~> 2.0.2'
+gem 'piwik_analytics', '~> 1.0.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index 3bd176c..7269d45 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -105,6 +105,10 @@ GEM
activerecord (~> 3.0)
railties (~> 3.0)
pg (0.15.1)
+ piwik_analytics (1.0.2)
+ actionpack
+ activesupport
+ rails (>= 3.0.0)
polyglot (0.3.5)
rack (1.4.5)
rack-cache (1.2)
@@ -369,6 +373,7 @@ DEPENDENCIES
jquery-rails (~> 2.0.0)
lorem
pg
+ piwik_analytics (~> 1.0.2)
rails (~> 3.2)
refinerycms (~> 2.0.0)
refinerycms-blog (~> 2.0.0)