bump rack-google-analytics

This commit is contained in:
Jonne Haß 2014-01-06 17:12:28 +01:00
parent 801d4d4617
commit b1375fd3f0
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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)