diff --git a/Gemfile b/Gemfile index f7535aa4a..5b0be8150 100644 --- a/Gemfile +++ b/Gemfile @@ -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.6" # 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.32", require: false # ERB Linter tool + gem "erb_lint", "~> 0.0.33", 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 diff --git a/Gemfile.lock b/Gemfile.lock index 88bf74272..11515dd61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM 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) @@ -277,7 +277,7 @@ GEM thor (~> 0.15) environs (1.1.0) equalizer (0.0.11) - erb_lint (0.0.32) + erb_lint (0.0.33) activesupport better_html (~> 1.0.7) html_tokenizer @@ -889,7 +889,7 @@ DEPENDENCIES email_validator (~> 2.0) emoji_regex (~> 3.0) envied (~> 0.9) - erb_lint (~> 0.0.32) + erb_lint (~> 0.0.33) exifr (>= 1.3.6) factory_bot_rails (~> 5.2) faker (~> 2.11)