summernote
... | ... | @@ -60,7 +60,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: "feature/cleaner" | ||
gem "summernote-rails", git: "https://github.com/noesya/summernote-rails.git", branch: "feature/cleaner-scss" | ||
# 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" | ||
... | ... |
Please register or sign in to comment