bump will_paginate
This commit is contained in:
parent
84c4e68a73
commit
f107a3145d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -100,7 +100,7 @@ gem 'client_side_validations', '3.2.6'
|
||||||
gem 'gon', '4.1.1'
|
gem 'gon', '4.1.1'
|
||||||
gem 'haml', '4.0.5'
|
gem 'haml', '4.0.5'
|
||||||
gem 'mobile-fu', '1.2.2'
|
gem 'mobile-fu', '1.2.2'
|
||||||
gem 'will_paginate', '3.0.4'
|
gem 'will_paginate', '3.0.5'
|
||||||
|
|
||||||
# Workarounds
|
# Workarounds
|
||||||
# https://github.com/rubyzip/rubyzip#important-note
|
# https://github.com/rubyzip/rubyzip#important-note
|
||||||
|
|
|
||||||
|
|
@ -418,7 +418,7 @@ GEM
|
||||||
addressable (>= 2.2.7)
|
addressable (>= 2.2.7)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
websocket (1.0.7)
|
websocket (1.0.7)
|
||||||
will_paginate (3.0.4)
|
will_paginate (3.0.5)
|
||||||
xpath (2.0.0)
|
xpath (2.0.0)
|
||||||
nokogiri (~> 1.3)
|
nokogiri (~> 1.3)
|
||||||
zip-zip (0.2)
|
zip-zip (0.2)
|
||||||
|
|
@ -508,5 +508,5 @@ DEPENDENCIES
|
||||||
uglifier (= 2.1.2)
|
uglifier (= 2.1.2)
|
||||||
unicorn (= 4.8.0)
|
unicorn (= 4.8.0)
|
||||||
webmock (= 1.13.0)
|
webmock (= 1.13.0)
|
||||||
will_paginate (= 3.0.4)
|
will_paginate (= 3.0.5)
|
||||||
zip-zip
|
zip-zip
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue