bump rack-piwik
This commit is contained in:
parent
e932b506b3
commit
5869fc27c1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -128,7 +128,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-piwik', '0.1.3', :require => 'rack/piwik'
|
||||
gem 'rack-piwik', '0.2.2', :require => 'rack/piwik'
|
||||
|
||||
# Click-jacking protection
|
||||
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ GEM
|
|||
rack-google-analytics (0.11.0)
|
||||
rack-mobile-detect (0.4.0)
|
||||
rack
|
||||
rack-piwik (0.1.3)
|
||||
rack-piwik (0.2.2)
|
||||
rack-pjax (0.7.0)
|
||||
nokogiri (~> 1.5)
|
||||
rack (~> 1.3)
|
||||
|
|
@ -461,7 +461,7 @@ DEPENDENCIES
|
|||
pg (= 0.14.1)
|
||||
rack-cors (= 0.2.7)
|
||||
rack-google-analytics (= 0.11.0)
|
||||
rack-piwik (= 0.1.3)
|
||||
rack-piwik (= 0.2.2)
|
||||
rack-protection (= 1.2)
|
||||
rack-rewrite (= 1.3.3)
|
||||
rack-ssl (= 1.3.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue