Skip to content

Commit

Permalink
Upgrade nio4r to v2.7.0 (#17)
Browse files Browse the repository at this point in the history
It does not build no my M3 Pro machine, but seems to have been fixed in
a later version.

socketry/nio4r#298
  • Loading branch information
bzf authored Mar 15, 2024
1 parent 91ab5f5 commit 62d4ac6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,13 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.7.0)
nokogiri (1.14.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
racc (~> 1.4)
parallel (1.22.1)
parser (3.1.3.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -227,6 +231,7 @@ GEM

PLATFORMS
arm64-darwin-21
arm64-darwin-23
x86_64-darwin-21
x86_64-linux

Expand Down

0 comments on commit 62d4ac6

Please sign in to comment.