diff --git a/Gemfile b/Gemfile index 48b5eb243..e5e1cfc52 100644 --- a/Gemfile +++ b/Gemfile @@ -128,7 +128,7 @@ group :production do # we don't install these on travis to speed up test runs # Analytics gem 'rack-google-analytics', '0.11.0', :require => 'rack/google-analytics' - gem 'rack-piwik', '0.1.3', :require => 'rack/piwik' + gem 'rack-piwik', '0.2.2', :require => 'rack/piwik' # Click-jacking protection diff --git a/Gemfile.lock b/Gemfile.lock index 590d399c0..9fcd9f413 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,7 +264,7 @@ GEM rack-google-analytics (0.11.0) rack-mobile-detect (0.4.0) rack - rack-piwik (0.1.3) + rack-piwik (0.2.2) rack-pjax (0.7.0) nokogiri (~> 1.5) rack (~> 1.3) @@ -461,7 +461,7 @@ DEPENDENCIES pg (= 0.14.1) rack-cors (= 0.2.7) rack-google-analytics (= 0.11.0) - rack-piwik (= 0.1.3) + rack-piwik (= 0.2.2) rack-protection (= 1.2) rack-rewrite (= 1.3.3) rack-ssl (= 1.3.3)