From 5ffbafa56ade22434af8427fdfd6c22537c5580c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de> Date: Mon, 25 Aug 2014 21:49:46 +0200 Subject: [PATCH] bump rack-google-analytics --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d2c203fc8d..92cd9a7095 100644 --- a/Gemfile +++ b/Gemfile @@ -148,7 +148,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-google-analytics', '1.2.0' gem 'rack-piwik', '0.3.0', :require => 'rack/piwik' # Click-jacking protection diff --git a/Gemfile.lock b/Gemfile.lock index e2d8fc8764..d951420859 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,7 +314,7 @@ GEM slop (~> 3.4) rack (1.5.2) rack-cors (0.2.9) - rack-google-analytics (0.14.0) + rack-google-analytics (1.2.0) actionpack activesupport rack-mobile-detect (0.4.0) @@ -541,7 +541,7 @@ DEPENDENCIES omniauth-wordpress (= 0.2.1) opengraph_parser (= 0.2.3) rack-cors (= 0.2.9) - rack-google-analytics (= 0.14.0) + rack-google-analytics (= 1.2.0) rack-piwik (= 0.3.0) rack-protection (= 1.2) rack-rewrite (= 1.5.0) -- GitLab