bump rack-google-analytics
This commit is contained in:
parent
801d4d4617
commit
b1375fd3f0
2 changed files with 5 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -144,7 +144,7 @@ group :production do # we don't install these on travis to speed up test runs
|
||||||
|
|
||||||
# Analytics
|
# 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'
|
gem 'rack-piwik', '0.2.2', :require => 'rack/piwik'
|
||||||
|
|
||||||
# Click-jacking protection
|
# Click-jacking protection
|
||||||
|
|
|
||||||
|
|
@ -267,7 +267,9 @@ GEM
|
||||||
rack (>= 0.4)
|
rack (>= 0.4)
|
||||||
rack-cors (0.2.8)
|
rack-cors (0.2.8)
|
||||||
rack
|
rack
|
||||||
rack-google-analytics (0.11.0)
|
rack-google-analytics (0.14.0)
|
||||||
|
actionpack
|
||||||
|
activesupport
|
||||||
rack-mobile-detect (0.4.0)
|
rack-mobile-detect (0.4.0)
|
||||||
rack
|
rack
|
||||||
rack-piwik (0.2.2)
|
rack-piwik (0.2.2)
|
||||||
|
|
@ -474,7 +476,7 @@ DEPENDENCIES
|
||||||
omniauth-wordpress (= 0.2.0)
|
omniauth-wordpress (= 0.2.0)
|
||||||
opengraph_parser (= 0.2.3)
|
opengraph_parser (= 0.2.3)
|
||||||
rack-cors (= 0.2.8)
|
rack-cors (= 0.2.8)
|
||||||
rack-google-analytics (= 0.11.0)
|
rack-google-analytics (= 0.14.0)
|
||||||
rack-piwik (= 0.2.2)
|
rack-piwik (= 0.2.2)
|
||||||
rack-protection (= 1.2)
|
rack-protection (= 1.2)
|
||||||
rack-rewrite (= 1.3.3)
|
rack-rewrite (= 1.3.3)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue