diff --git a/Gemfile.lock b/Gemfile.lock index 4171e77..c62b7ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,11 +37,11 @@ GEM smart_properties bigdecimal (3.1.9) builder (3.3.0) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) connection_pool (2.5.0) crass (1.0.6) drb (2.2.1) - erb_lint (0.8.0) + erb_lint (0.9.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -49,7 +49,7 @@ GEM rubocop (>= 1) smart_properties erubi (1.13.1) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) json (2.9.1) language_server-protocol (3.17.0.3) @@ -66,7 +66,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -110,7 +110,7 @@ GEM smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.3) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) @@ -118,7 +118,7 @@ PLATFORMS ruby DEPENDENCIES - erb_lint (~> 0.8.0) + erb_lint (~> 0.9.0) erblint-github! minitest (~> 5.25.1) mocha (~> 2.7.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 55a2b1a..6cbef3a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.email = ["opensource+erblint-github@github.com"] s.authors = ["GitHub Open Source"] - s.add_development_dependency "erb_lint", "~> 0.8.0" + s.add_development_dependency "erb_lint", "~> 0.9.0" s.add_development_dependency "minitest", "~> 5.25.1" s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1"