This reverts commit b3322b7fbf.
This commit is contained in:
parent
baa67ffd5a
commit
815ad4169b
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -124,7 +124,7 @@ group :development do
|
|||
gem "brakeman", "~> 5.1", require: false # Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis
|
||||
gem "bundler-audit", "~> 0.8" # bundler-audit provides patch-level verification for Bundled apps
|
||||
gem "derailed_benchmarks", "~> 2.1", require: false # A series of things you can use to benchmark a Rails or Ruby app
|
||||
gem "erb_lint", "~> 0.1.0", require: false # ERB Linter tool
|
||||
gem "erb_lint", "~> 0.0.37", require: false # ERB Linter tool
|
||||
gem "guard", "~> 2.18", 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
|
||||
gem "listen", "~> 3.6", require: false # Helps 'listen' to file system modifications events (also used by other gems like guard)
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ GEM
|
|||
activemodel
|
||||
emoji_regex (3.2.2)
|
||||
equalizer (0.0.11)
|
||||
erb_lint (0.1.0)
|
||||
erb_lint (0.0.37)
|
||||
activesupport
|
||||
better_html (~> 1.0.7)
|
||||
html_tokenizer
|
||||
|
|
@ -878,7 +878,7 @@ DEPENDENCIES
|
|||
dotenv-rails (~> 2.7.6)
|
||||
email_validator (~> 2.2)
|
||||
emoji_regex (~> 3.2)
|
||||
erb_lint (~> 0.1.0)
|
||||
erb_lint (~> 0.0.37)
|
||||
exifr (>= 1.3.6)
|
||||
factory_bot_rails (~> 6.2)
|
||||
faker (~> 2.18)
|
||||
|
|
|
|||
BIN
vendor/cache/erb_lint-0.0.37.gem
vendored
Normal file
BIN
vendor/cache/erb_lint-0.0.37.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/erb_lint-0.1.0.gem
vendored
BIN
vendor/cache/erb_lint-0.1.0.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue