diff --git a/Gemfile b/Gemfile index c4041bb..6b4c6cf 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.11' # gem 'redis', '~> 4.0' # Use Active Model has_secure_password gem 'bcrypt', '~> 3.1.16' -gem 'will_paginate', '~> 3.3.0' +gem 'will_paginate', '~> 3.3.1' gem 'rails-controller-testing' diff --git a/Gemfile.lock b/Gemfile.lock index 1456560..786368d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -212,7 +212,7 @@ GEM websocket-driver (0.7.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - will_paginate (3.3.0) + will_paginate (3.3.1) xpath (3.2.0) nokogiri (~> 1.8) zeitwerk (2.4.2) @@ -243,7 +243,7 @@ DEPENDENCIES web-console (>= 3.3.0) webdrivers webpacker (~> 5.4) - will_paginate (~> 3.3.0) + will_paginate (~> 3.3.1) RUBY VERSION ruby 2.6.3p62