bump rack-google-analytics
This commit is contained in:
parent
eb3fbc35b2
commit
5ffbafa56a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -148,7 +148,7 @@ group :production do # we don't install these on travis to speed up test runs
|
||||||
|
|
||||||
# Analytics
|
# 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'
|
gem 'rack-piwik', '0.3.0', :require => 'rack/piwik'
|
||||||
|
|
||||||
# Click-jacking protection
|
# Click-jacking protection
|
||||||
|
|
|
||||||
|
|
@ -314,7 +314,7 @@ GEM
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
rack (1.5.2)
|
rack (1.5.2)
|
||||||
rack-cors (0.2.9)
|
rack-cors (0.2.9)
|
||||||
rack-google-analytics (0.14.0)
|
rack-google-analytics (1.2.0)
|
||||||
actionpack
|
actionpack
|
||||||
activesupport
|
activesupport
|
||||||
rack-mobile-detect (0.4.0)
|
rack-mobile-detect (0.4.0)
|
||||||
|
|
@ -541,7 +541,7 @@ DEPENDENCIES
|
||||||
omniauth-wordpress (= 0.2.1)
|
omniauth-wordpress (= 0.2.1)
|
||||||
opengraph_parser (= 0.2.3)
|
opengraph_parser (= 0.2.3)
|
||||||
rack-cors (= 0.2.9)
|
rack-cors (= 0.2.9)
|
||||||
rack-google-analytics (= 0.14.0)
|
rack-google-analytics (= 1.2.0)
|
||||||
rack-piwik (= 0.3.0)
|
rack-piwik (= 0.3.0)
|
||||||
rack-protection (= 1.2)
|
rack-protection (= 1.2)
|
||||||
rack-rewrite (= 1.5.0)
|
rack-rewrite (= 1.5.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue