diff --git a/Gemfile.lock b/Gemfile.lock index f457acd5..c523954e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - erb_lint (0.2.0) + erb_lint (0.3.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -12,13 +12,13 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.0.3.1) - activesupport (= 7.0.3.1) + actionview (7.0.4) + activesupport (= 7.0.4) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.3.1) + activesupport (7.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -39,7 +39,7 @@ GEM fakefs (1.5.1) i18n (1.12.0) concurrent-ruby (~> 1.0) - loofah (2.18.0) + loofah (2.19.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.8.0) diff --git a/gemfiles/Gemfile.rubocop-next b/gemfiles/Gemfile.rubocop-next index e1d42c58..16894d8d 100644 --- a/gemfiles/Gemfile.rubocop-next +++ b/gemfiles/Gemfile.rubocop-next @@ -2,4 +2,4 @@ eval_gemfile "../Gemfile" -gem "rubocop", ">= 0.87" +gem "rubocop", "~> 1.37.1" diff --git a/lib/erb_lint/version.rb b/lib/erb_lint/version.rb index 7505793f..7eda0a53 100644 --- a/lib/erb_lint/version.rb +++ b/lib/erb_lint/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ERBLint - VERSION = "0.2.0" + VERSION = "0.3.0" end