Skip to content

Commit

Permalink
Add better_html as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed May 9, 2022
1 parent 0a26f3b commit 3f130f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -236,6 +246,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
better_html
capybara
maintenance_tasks!
mocha
Expand Down

0 comments on commit 3f130f0

Please sign in to comment.