Skip to content

Commit

Permalink
Test if rexml and strscan bump works on Ruby 3.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Jun 13, 2024
1 parent 1babff5 commit 4fdbb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gemspec

gem "bundler", "< 2.5" # 2.4.x is the latest that supports Ruby 2.7, which is the minimum required by Arkana
gem "rake"
gem "rexml", "<3.2.7" # There's a bug preventing this from building on GHA arm64 CI. See: https://github.com/ruby/strscan/issues/104
gem "rspec"
gem "rubocop"
gem "rubocop-rake"
Expand Down
5 changes: 3 additions & 2 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,6 +64,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
strscan (3.1.0)
tty-color (0.6.0)
tty-cursor (0.7.1)
tty-prompt (0.23.1)
Expand All @@ -87,7 +89,6 @@ DEPENDENCIES
arkana!
bundler (< 2.5)
rake
rexml (< 3.2.7)
rspec
rubocop
rubocop-rake
Expand Down

0 comments on commit 4fdbb94

Please sign in to comment.