From 2ad9955e10a4775cf60bdf7e8c95bf5a81cc405a Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 19 Oct 2021 16:47:40 +0200 Subject: [PATCH] gems: update phonelib Fixes a warning during tests: > /home/runner/work/demarches-simplifiees.fr/demarches-simplifiees.fr/vendor/bundle/ruby/2.7.0/gems/phonelib-0.6.48/lib/validators/phone_validator.rb:65: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call > /home/runner/work/demarches-simplifiees.fr/demarches-simplifiees.fr/vendor/bundle/ruby/2.7.0/gems/activemodel-6.1.4.1/lib/active_model/errors.rb:404: warning: The called method `add' is defined here --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc5731471..867650789 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -462,7 +462,7 @@ GEM ast (~> 2.4.1) pdf-core (0.9.0) pg (1.2.3) - phonelib (0.6.48) + phonelib (0.6.53) prawn (2.4.0) pdf-core (~> 0.9.0) ttfunk (~> 1.7)