From e5e9ab0feb23e42927a95956dd339a394ddf826a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Mon, 13 Mar 2023 09:50:00 +0100 Subject: [PATCH] bundle --- Gemfile | 4 ++-- Gemfile.lock | 27 +++++---------------------- 2 files changed, 7 insertions(+), 24 deletions(-) diff --git a/Gemfile b/Gemfile index 9eb4e1966..29e38b90d 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem "enum_help" gem "faceted_search"#, path: "../../noesya/faceted_search" gem "font-awesome-sass" gem "front_matter_parser" -gem "gdpr" +gem "gdpr", "~> 1.2.5" gem "geocoder", "~> 1.8" gem "geo_point" gem "gitlab" @@ -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-scss" +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 cd25e6ade..c6eafd15e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT remote: https://github.com/noesya/summernote-rails.git - revision: d2b27d7c92ae38ca7dc72b24965c49f94dbc05bb - branch: feature/cleaner-scss + revision: 26889491557e607cedade7590b18ae28161215ec + branch: feature/cleaner specs: summernote-rails (0.8.20.1) nokogiri @@ -158,14 +158,6 @@ GEM htmlentities metainspector (~> 5.12) nokogiri - dartsass-ruby (3.0.1) - sass-embedded (~> 1.54) - dartsass-sprockets (3.0.0) - dartsass-ruby (~> 3.0) - railties (>= 4.0.0) - sprockets (> 3.0) - sprockets-rails - tilt date (3.3.3) delayed_job (4.1.11) activesupport (>= 3.0, < 8.0) @@ -225,10 +217,10 @@ GEM font-awesome-sass (6.3.0) sassc (~> 2.0) front_matter_parser (1.0.1) - gdpr (1.3.0) - dartsass-sprockets + gdpr (1.2.5) js_cookie_rails rails + sassc-rails geo_calc (0.7.8) activesupport (>= 3.0.1) geo_units (~> 0.3.2) @@ -249,9 +241,6 @@ GEM terminal-table (>= 1.5.1) globalid (1.1.0) activesupport (>= 5.0) - google-protobuf (3.22.2-arm64-darwin) - google-protobuf (3.22.2-x86_64-darwin) - google-protobuf (3.22.2-x86_64-linux) hal_openscience (0.1.0) json net-http @@ -454,12 +443,6 @@ GEM sanitize (6.0.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - sass-embedded (1.59.2-arm64-darwin) - google-protobuf (~> 3.21) - sass-embedded (1.59.2-x86_64-darwin) - google-protobuf (~> 3.21) - sass-embedded (1.59.2-x86_64-linux-gnu) - google-protobuf (~> 3.21) sassc (2.4.0) ffi (~> 1.9) sassc-rails (2.1.2) @@ -597,7 +580,7 @@ DEPENDENCIES figaro font-awesome-sass front_matter_parser - gdpr + gdpr (~> 1.2.5) geo_point geocoder (~> 1.8) gitlab -- GitLab