Skip to content

Commit

Permalink
build: Restrict rexml to 3.2.6 (#486)
Browse files Browse the repository at this point in the history
Later versions of rexml require strscan and strscan needs ruby-dev
library.
  • Loading branch information
kesara authored May 20, 2024
1 parent 5c5d512 commit 15d5f43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ GEM
unicode-scripts (~> 1.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
rexml (3.2.8)
strscan (>= 3.0.9)
strscan (3.1.0)
rexml (3.2.6)
unicode-blocks (1.9.0)
unicode-name (1.12.0)
unicode-types (~> 1.9)
Expand Down

0 comments on commit 15d5f43

Please sign in to comment.