Skip to content

Commit

Permalink
Add rexml as explicit dependency (#184)
Browse files Browse the repository at this point in the history
This is necessary as of RuboCop 1.66.0, which dropped its dependency on
`rexml`.
  • Loading branch information
sds authored Sep 8, 2024
1 parent c2b8e7a commit dc8b7d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ gem 'rake'
gem 'rubocop', '>= 1', '< 2'

gem 'simplecov', require: false

gem 'rexml'
1 change: 1 addition & 0 deletions slim_lint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 3.0'

s.add_runtime_dependency 'rexml', '~> 3.2'
s.add_runtime_dependency 'rubocop', ['>= 1.0', '< 2.0']
s.add_runtime_dependency 'slim', ['>= 3.0', '< 6.0']

Expand Down

0 comments on commit dc8b7d4

Please sign in to comment.