added will_paginate-bootstrap
This commit is contained in:
parent
da97b7dcf4
commit
6c4bff5346
1
Gemfile
1
Gemfile
|
@ -21,6 +21,7 @@ gem 'haml'
|
||||||
gem 'bootstrap-sass', '~> 3.2.0.1'
|
gem 'bootstrap-sass', '~> 3.2.0.1'
|
||||||
gem 'bootswatch-rails'
|
gem 'bootswatch-rails'
|
||||||
gem 'will_paginate'
|
gem 'will_paginate'
|
||||||
|
gem 'will_paginate-bootstrap'
|
||||||
gem 'http_accept_language'
|
gem 'http_accept_language'
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'bootstrap_form'
|
gem 'bootstrap_form'
|
||||||
|
|
|
@ -198,6 +198,8 @@ GEM
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
websocket-driver (0.4.0)
|
websocket-driver (0.4.0)
|
||||||
will_paginate (3.0.7)
|
will_paginate (3.0.7)
|
||||||
|
will_paginate-bootstrap (1.0.1)
|
||||||
|
will_paginate (>= 3.0.3)
|
||||||
xpath (2.0.0)
|
xpath (2.0.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
|
|
||||||
|
@ -239,3 +241,4 @@ DEPENDENCIES
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
unicorn
|
unicorn
|
||||||
will_paginate
|
will_paginate
|
||||||
|
will_paginate-bootstrap
|
||||||
|
|
Loading…
Reference in New Issue