Bump erb_lint from 0.0.33 to 0.0.34 (#8806)

This commit is contained in:
dependabot-preview[bot] 2020-06-22 16:18:42 -04:00 committed by GitHub
parent ccc15ce8fa
commit a9fa150e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 6 deletions

View file

@ -115,7 +115,7 @@ group :development do
gem "brakeman", "~> 4.8", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
gem "bundler-audit", "~> 0.7" # bundler-audit provides patch-level verification for Bundled apps
gem "derailed_benchmarks", "~> 1.7", require: false # A series of things you can use to benchmark a Rails or Ruby app
gem "erb_lint", "~> 0.0.33", require: false # ERB Linter tool
gem "erb_lint", "~> 0.0.34", require: false # ERB Linter tool
gem "fix-db-schema-conflicts", "~> 3.0" # Ensures consistent output of db/schema.rb despite local differences in the database
gem "guard", "~> 2.16", require: false # Guard is a command line tool to easily handle events on file system modifications
gem "guard-livereload", "~> 2.5", require: false # Guard::LiveReload automatically reloads your browser when 'view' files are modified

View file

@ -301,7 +301,7 @@ GEM
thor (~> 0.15)
environs (1.1.0)
equalizer (0.0.11)
erb_lint (0.0.33)
erb_lint (0.0.34)
activesupport
better_html (~> 1.0.7)
html_tokenizer
@ -545,9 +545,9 @@ GEM
omniauth-oauth (~> 1.1)
rack
orm_adapter (0.5.0)
parallel (1.19.1)
parser (2.7.1.3)
ast (~> 2.4.0)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
patron (0.13.3)
percy-capybara (4.2.0)
pg (1.2.3)
@ -913,7 +913,7 @@ DEPENDENCIES
email_validator (~> 2.0)
emoji_regex (~> 3.0)
envied (~> 0.9)
erb_lint (~> 0.0.33)
erb_lint (~> 0.0.34)
exifr (>= 1.3.6)
factory_bot_rails (~> 6.0)
faker (~> 2.12)

Binary file not shown.

BIN
vendor/cache/erb_lint-0.0.34.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/parallel-1.19.2.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/parser-2.7.1.4.gem vendored Normal file

Binary file not shown.