From 3661c79a7411e039ca3d498b34c81fce6d553cb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Mon, 13 Feb 2023 12:00:40 +0100 Subject: [PATCH] good branch summernote --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 3965ec450..6544368ae 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ gem "simple_form" gem "simple_form_bs5_file_input"#, path: "../simple_form_bs5_file_input" gem "simple_form_password_with_hints"#, path: "../simple_form_password_with_hints" gem "sprockets-rails", "~> 3.4" -gem "summernote-rails", git: "https://github.com/noesya/summernote-rails.git", branch: "activestorage" +gem "summernote-rails", git: "https://github.com/noesya/summernote-rails.git", branch: "feature/cleaner" # gem "summernote-rails", path: "../summernote-rails" gem "two_factor_authentication", git: "https://github.com/noesya/two_factor_authentication.git" # gem "two_factor_authentication", path: "../two_factor_authentication" diff --git a/Gemfile.lock b/Gemfile.lock index 2d5afe7f2..9bda4c9a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ GIT remote: https://github.com/noesya/summernote-rails.git - revision: 585293f150052c8f158b1fab7d8206a94d368d4a - branch: activestorage + revision: 26889491557e607cedade7590b18ae28161215ec + branch: feature/cleaner specs: - summernote-rails (0.8.20.7) + summernote-rails (0.8.20.1) nokogiri - rails (>= 6.0) + railties (>= 3.1) GIT remote: https://github.com/noesya/two_factor_authentication.git -- GitLab