From 0d1b0d5d03389eea2a4435eea47ec0a37cce9b26 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 6 Oct 2021 12:11:40 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- haml_lint/inline_javascript.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'haml_lint') diff --git a/haml_lint/inline_javascript.rb b/haml_lint/inline_javascript.rb index da6af92e82b..c87d77d7a4b 100644 --- a/haml_lint/inline_javascript.rb +++ b/haml_lint/inline_javascript.rb @@ -1,9 +1,9 @@ # frozen_string_literal: true unless Rails.env.production? - require_dependency 'haml_lint/haml_visitor' - require_dependency 'haml_lint/linter' - require_dependency 'haml_lint/linter_registry' + require 'haml_lint/haml_visitor' + require 'haml_lint/linter' + require 'haml_lint/linter_registry' module HamlLint class Linter::InlineJavaScript < Linter -- cgit v1.2.1