Skip to content

Commit

Permalink
Check if strscan is the issue or if it's rexml.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Jun 13, 2024
1 parent b74f404 commit 40baa41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ gem "rubocop"
gem "rubocop-rake"
gem "rubocop-rspec"
gem "simplecov", require: false, group: :test
gem "strscan", "~> 3.1.0" # Required by REXML, which is a dependency of RuboCop
gem "tty-prompt"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
rexml (3.2.6)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -94,6 +93,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
simplecov
strscan (~> 3.1.0)
tty-prompt

BUNDLED WITH
Expand Down

0 comments on commit 40baa41

Please sign in to comment.