Skip to content

Commit

Permalink
Add explicit dependency on rexml to fix erb_lint dependency chain
Browse files Browse the repository at this point in the history
  • Loading branch information
sfnelson committed Sep 16, 2024
1 parent 3e061a1 commit f3c452f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
PATH
remote: .
specs:
rubocop-katalyst (2.0.5)
rubocop-katalyst (2.1.0)
rexml
rubocop
rubocop-capybara
rubocop-factory_bot
Expand Down Expand Up @@ -47,6 +48,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.7)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down
6 changes: 5 additions & 1 deletion rubocop-katalyst.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rubocop-katalyst"
s.version = "2.0.5"
s.version = "2.1.0"
s.authors = ["Katalyst Interactive"]
s.email = ["[email protected]"]

Expand Down Expand Up @@ -30,4 +30,8 @@ Gem::Specification.new do |s|
s.add_dependency "rubocop-rake"
s.add_dependency "rubocop-rspec"
s.add_dependency "rubocop-rspec_rails"

# Undeclared dependency of erb_lint, used to be required by rubocop
# This can be removed again once https://github.com/Shopify/erb_lint/issues/371 is resolved
s.add_dependency "rexml"
end

0 comments on commit f3c452f

Please sign in to comment.