added will_paginate-bootstrap

This commit is contained in:
nilsding 2014-12-08 14:12:17 +01:00
parent da97b7dcf4
commit 6c4bff5346
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ gem 'haml'
gem 'bootstrap-sass', '~> 3.2.0.1'
gem 'bootswatch-rails'
gem 'will_paginate'
gem 'will_paginate-bootstrap'
gem 'http_accept_language'
gem 'devise'
gem 'bootstrap_form'

View File

@ -198,6 +198,8 @@ GEM
rack (>= 1.0)
websocket-driver (0.4.0)
will_paginate (3.0.7)
will_paginate-bootstrap (1.0.1)
will_paginate (>= 3.0.3)
xpath (2.0.0)
nokogiri (~> 1.3)
@ -239,3 +241,4 @@ DEPENDENCIES
uglifier (>= 1.3.0)
unicorn
will_paginate
will_paginate-bootstrap