Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Bump erb_lint from 0.0.30 to 0.0.36 (#2134)
Browse files Browse the repository at this point in the history
Bumps [erb_lint](https://github.com/Shopify/erb-lint) from 0.0.30 to 0.0.36.
- [Release notes](https://github.com/Shopify/erb-lint/releases)
- [Commits](Shopify/erb_lint@v0.0.30...v0.0.36)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 6, 2021
1 parent 7dec3c6 commit 172abb1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
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.30', require: false
gem 'erb_lint', '~> 0.0.36', require: false

gem 'letter_opener'

Expand Down
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
arel (6.0.4)
ast (2.4.0)
ast (2.4.1)
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.14)
better_html (1.0.15)
actionview (>= 4.0)
activesupport (>= 4.0)
ast (~> 2.0)
Expand Down Expand Up @@ -151,14 +151,15 @@ GEM
devise
diff-lcs (1.4.4)
docile (1.3.4)
erb_lint (0.0.30)
erb_lint (0.0.36)
activesupport
better_html (~> 1.0.7)
html_tokenizer
parser (>= 2.7.1.4)
rainbow
rubocop (~> 0.51)
rubocop
smart_properties
erubi (1.9.0)
erubi (1.10.0)
erubis (2.7.0)
execjs (2.7.0)
factory_bot (5.2.0)
Expand Down Expand Up @@ -220,7 +221,7 @@ GEM
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.5.0)
minitest (5.14.2)
minitest (5.14.3)
multi_json (1.13.1)
multipart-post (2.1.1)
mysql2 (0.4.10)
Expand All @@ -240,12 +241,12 @@ GEM
solrizer (~> 3.3)
open4 (1.3.4)
orm_adapter (0.5.0)
parallel (1.17.0)
parser (2.6.5.0)
ast (~> 2.4.0)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
parslet (1.8.2)
popper_js (1.16.0)
powerpack (0.1.2)
powerpack (0.1.3)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -333,7 +334,7 @@ GEM
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.1)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.2)
rubyzip (2.3.0)
sass (3.7.4)
Expand Down Expand Up @@ -432,7 +433,7 @@ DEPENDENCIES
danger (~> 8.2)
devise
devise-guests
erb_lint (~> 0.0.30)
erb_lint (~> 0.0.36)
factory_bot
font-awesome-sass (~> 5.15.1)
generator_spec (~> 0.9.4)
Expand Down

0 comments on commit 172abb1

Please sign in to comment.