diff --git a/Gemfile b/Gemfile index d2c203fc8..92cd9a709 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 e2d8fc876..d95142085 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)