From 3f130f080e2e74c1aaa1a4ea101d0dc6d73b318e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Barri=C3=A9?= Date: Mon, 9 May 2022 14:06:37 +0200 Subject: [PATCH] Add better_html as a dependency --- Gemfile | 1 + Gemfile.lock | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/Gemfile b/Gemfile index fec0a1154..862c06f2a 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,7 @@ source "https://rubygems.org" gemspec +gem "better_html" gem "capybara" gem "mocha" gem "net-smtp" # mail is missing a dependency on net-smtp https://github.com/mikel/mail/pull/1439 diff --git a/Gemfile.lock b/Gemfile.lock index cd3b2368b..baa0343af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,6 +79,14 @@ GEM addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) + better_html (1.0.16) + actionview (>= 4.0) + activesupport (>= 4.0) + ast (~> 2.0) + erubi (~> 1.4) + html_tokenizer (~> 0.0.6) + parser (>= 2.4) + smart_properties builder (3.2.4) byebug (11.1.3) capybara (3.36.0) @@ -98,6 +106,7 @@ GEM erubi (1.10.0) globalid (1.0.0) activesupport (>= 5.0) + html_tokenizer (0.0.7) i18n (1.10.0) concurrent-ruby (~> 1.0) job-iteration (1.3.6) @@ -202,6 +211,7 @@ GEM childprocess (>= 0.5, < 5.0) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2) + smart_properties (1.17.0) sprockets (4.0.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -236,6 +246,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + better_html capybara maintenance_tasks! mocha