Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ group :development do
gem 'better_errors', '>= 2.3.0'
gem 'binding_of_caller'

gem 'erb_lint', '~> 0.0.37', require: false
gem 'erb_lint', '~> 0.1.3', require: false

gem 'letter_opener'

Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
arel (6.0.4)
ast (2.4.1)
ast (2.4.2)
autoprefixer-rails (9.8.6.3)
execjs
bcrypt (3.1.16)
better_errors (2.9.1)
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
better_html (1.0.15)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
open4 (~> 1.3)
coderay (1.1.3)
colored2 (3.1.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.10)
cork (0.3.0)
colored2 (~> 3.1)
crack (0.4.5)
Expand Down Expand Up @@ -152,7 +152,7 @@ GEM
devise
diff-lcs (1.4.4)
docile (1.3.4)
erb_lint (0.0.37)
erb_lint (0.1.3)
activesupport
better_html (~> 1.0.7)
html_tokenizer
Expand Down Expand Up @@ -217,7 +217,7 @@ GEM
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.9.1)
loofah (2.18.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand All @@ -228,7 +228,7 @@ GEM
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.8.0)
minitest (5.14.4)
minitest (5.16.1)
multi_json (1.13.1)
multipart-post (2.1.1)
mysql2 (0.4.10)
Expand All @@ -248,8 +248,8 @@ GEM
solrizer (~> 3.3)
open4 (1.3.4)
orm_adapter (0.5.0)
parallel (1.20.1)
parser (3.0.0.0)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
parslet (1.8.2)
popper_js (1.16.0)
Expand Down Expand Up @@ -286,14 +286,14 @@ GEM
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.3.0)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (4.2.11.3)
actionpack (= 4.2.11.3)
activesupport (= 4.2.11.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rainbow (3.1.1)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
Expand Down Expand Up @@ -376,7 +376,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
smart_properties (1.15.0)
smart_properties (1.17.0)
solrizer (3.4.1)
activesupport
daemons
Expand Down Expand Up @@ -404,7 +404,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
unicode-display_width (1.7.0)
unicode-display_width (1.8.0)
vcr (5.0.0)
warden (1.2.7)
rack (>= 1.0)
Expand Down Expand Up @@ -440,7 +440,7 @@ DEPENDENCIES
danger (~> 8.2)
devise
devise-guests
erb_lint (~> 0.0.37)
erb_lint (~> 0.1.3)
factory_bot
font-awesome-sass (~> 5.15.1)
generator_spec (~> 0.9.4)
Expand Down