From 9cd010009003518dc999fbaf7db94525797ce832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 24 Aug 2014 20:16:36 +0200 Subject: [PATCH] bump rack-piwik --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8590b4a0f..cd8b651c5 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,7 @@ group :production do # we don't install these on travis to speed up test runs # Analytics gem 'rack-google-analytics', '0.14.0', :require => 'rack/google-analytics' - gem 'rack-piwik', '0.2.2', :require => 'rack/piwik' + gem 'rack-piwik', '0.3.0', :require => 'rack/piwik' # Click-jacking protection diff --git a/Gemfile.lock b/Gemfile.lock index f0a696415..2c7b62b87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -319,7 +319,7 @@ GEM activesupport rack-mobile-detect (0.4.0) rack - rack-piwik (0.2.2) + rack-piwik (0.3.0) rack-pjax (0.7.0) nokogiri (~> 1.5) rack (~> 1.3) @@ -540,7 +540,7 @@ DEPENDENCIES opengraph_parser (= 0.2.3) rack-cors (= 0.2.9) rack-google-analytics (= 0.14.0) - rack-piwik (= 0.2.2) + rack-piwik (= 0.3.0) rack-protection (= 1.2) rack-rewrite (= 1.5.0) rack-ssl (= 1.4.1)