Skip to content

Commit

Permalink
Test if strscan v1 works.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Jun 13, 2024
1 parent 40baa41 commit 3c3e51e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +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 "strscan", "~> 1", "< 3" # Required by REXML, which is a dependency of RuboCop. There's a bug on v3 preventing it from building on arm64
gem "tty-prompt"
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.2.6)
rexml (3.3.0)
strscan
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -63,7 +64,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
strscan (1.0.3)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-prompt (0.23.1)
Expand Down Expand Up @@ -93,7 +94,7 @@ DEPENDENCIES
rubocop-rake
rubocop-rspec
simplecov
strscan (~> 3.1.0)
strscan (~> 1, < 3)
tty-prompt

BUNDLED WITH
Expand Down

0 comments on commit 3c3e51e

Please sign in to comment.