From dca70ad8448ad681b49cc387e279576bc6c51f14 Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Wed, 27 Oct 2021 11:56:35 +0200 Subject: [PATCH] gemfile --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1f264b24e..462207015 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'devise' gem 'devise-i18n' gem 'cancancan' gem 'simple_form' -gem 'simple_form_password_with_hints' +gem 'simple_form_password_with_hints'#, path: '../simple_form_password_with_hints' gem 'simple_form_bs5_file_input'#, path: '../simple_form_bs5_file_input' gem 'enum_help' gem 'enum-i18n' diff --git a/Gemfile.lock b/Gemfile.lock index 4cfbe89dc..d85d58665 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM autoprefixer-rails (10.3.3.0) execjs (~> 2) aws-eventstream (1.2.0) - aws-partitions (1.517.0) + aws-partitions (1.519.0) aws-sdk-core (3.121.3) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -112,8 +112,9 @@ GEM builder (3.2.4) byebug (11.1.3) cancancan (3.3.0) - capybara (3.35.3) + capybara (3.36.0) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) @@ -200,7 +201,7 @@ GEM thor (>= 0.14, < 2.0) js_cookie_rails (2.2.0) railties (>= 3.1) - json (2.6.0) + json (2.6.1) kamifusen (1.9) image_processing rails @@ -225,6 +226,7 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) marcel (1.0.2) + matrix (0.4.2) method_source (1.0.0) mini_magick (4.11.0) mini_mime (1.1.2) @@ -328,7 +330,7 @@ GEM simple_form_bs5_file_input (0.0.3) rails simple_form - simple_form_password_with_hints (0.0.2) + simple_form_password_with_hints (0.0.4) rails simple_form sinatra (2.1.0) -- GitLab