From d24d4c7957972f64e74963f4801d28736a0fc3fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Thu, 12 Oct 2023 11:35:16 +0200 Subject: [PATCH] simple form bs5 file input --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3cc1a3a3d..1b7b45181 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -190,7 +190,7 @@ GEM delayed_job (> 2.0.3) rack-protection (>= 1.5.5) sinatra (>= 1.4.4) - devise (4.9.2) + devise (4.9.3) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0) @@ -263,7 +263,7 @@ GEM json net-http open-uri - has_scope (0.8.1) + has_scope (0.8.2) actionpack (>= 5.2) activesupport (>= 5.2) hash_dot (2.5.0) @@ -453,7 +453,7 @@ GEM regexp_parser (2.8.2) requests (1.0.2) require_all (3.0.0) - responders (3.1.0) + responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.6) @@ -494,10 +494,10 @@ GEM typhoeus (~> 1.0, >= 1.0.1) simple-navigation (4.4.0) activesupport (>= 2.3.2) - simple_form (5.2.0) + simple_form (5.3.0) actionpack (>= 5.2) activemodel (>= 5.2) - simple_form_bs5_file_input (0.1.0) + simple_form_bs5_file_input (0.1.1) rails simple_form simple_form_password_with_hints (0.0.7) -- GitLab