diff --git a/Gemfile b/Gemfile index c3ee64353c167f2f50115f1d669f169e4322a29d..9ab01b174b62586b2467449a88acdd520c9d55c2 100644 --- a/Gemfile +++ b/Gemfile @@ -144,7 +144,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-google-analytics', '0.14.0', :require => 'rack/google-analytics' gem 'rack-piwik', '0.2.2', :require => 'rack/piwik' # Click-jacking protection diff --git a/Gemfile.lock b/Gemfile.lock index f0d05fa9963f2f5dcbcceba3fe25e6084e353525..981293012f8a00c885310b9b7d1714bf59a7b1ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -267,7 +267,9 @@ GEM rack (>= 0.4) rack-cors (0.2.8) rack - rack-google-analytics (0.11.0) + rack-google-analytics (0.14.0) + actionpack + activesupport rack-mobile-detect (0.4.0) rack rack-piwik (0.2.2) @@ -474,7 +476,7 @@ DEPENDENCIES omniauth-wordpress (= 0.2.0) opengraph_parser (= 0.2.3) rack-cors (= 0.2.8) - rack-google-analytics (= 0.11.0) + rack-google-analytics (= 0.14.0) rack-piwik (= 0.2.2) rack-protection (= 1.2) rack-rewrite (= 1.3.3)