Swap to git for twitter-bootstrap-rails for CVE-2014-4920 - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 8a22b69da25c48aad0b9e211278a787d93419e7b
   DIR parent 0475c3d988f08164826df337fd3db8464708b68a
  HTML Author: HD Moore <hd_moore@rapid7.com>
       Date:   Wed, 10 Sep 2014 10:54:59 -0500
       
       Swap to git for twitter-bootstrap-rails for CVE-2014-4920
       
       Diffstat:
         M Gemfile                             |       2 +-
         M Gemfile.lock                        |      17 +++++++++++------
       
       2 files changed, 12 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/Gemfile b/Gemfile
       @@ -24,7 +24,7 @@ gem 'autoprefixer-rails'
        gem 'authlogic', '>= 3.4.0'
        gem 'rails-settings-cached', '>= 0.4.1'
        
       -gem 'twitter-bootstrap-rails'
       +gem "twitter-bootstrap-rails", :git => 'https://github.com/seyhunak/twitter-bootstrap-rails.git'
        gem 'formtastic', '>= 3.0.0'
        gem 'formtastic-bootstrap', '>= 3.0.0'
        gem 'rails_bootstrap_navbar', '>= 2.0.1'
   DIR diff --git a/Gemfile.lock b/Gemfile.lock
       @@ -6,6 +6,16 @@ GIT
              activerecord (>= 3.0)
              activesupport (>= 3.0.0)
        
       +GIT
       +  remote: https://github.com/seyhunak/twitter-bootstrap-rails.git
       +  revision: 6ae6c669402ec3d85ced21cf8ce4c7c4b8a985c1
       +  specs:
       +    twitter-bootstrap-rails (3.2.0)
       +      actionpack (>= 3.1)
       +      execjs
       +      rails (>= 3.1)
       +      railties (>= 3.1)
       +
        GEM
          remote: http://rubygems.org/
          specs:
       @@ -152,11 +162,6 @@ GEM
            treetop (1.4.15)
              polyglot
              polyglot (>= 0.3.1)
       -    twitter-bootstrap-rails (3.2.0)
       -      actionpack (~> 4.1)
       -      execjs (~> 2.2)
       -      rails (~> 4.1)
       -      railties (~> 4.1)
            tzinfo (1.2.2)
              thread_safe (~> 0.1)
            uglifier (2.5.3)
       @@ -196,7 +201,7 @@ DEPENDENCIES
          sass-rails (~> 4.0.2)
          scrypt
          therubyracer
       -  twitter-bootstrap-rails
       +  twitter-bootstrap-rails!
          uglifier (>= 1.0.3)
          unicorn
          will_paginate (~> 3.0)