Skip to content

Commit

Permalink
Use newer Webrick (#51)
Browse files Browse the repository at this point in the history
In addition, ensure that posix-spawn can build on e.g. macOS m2.
  • Loading branch information
olleolleolle authored Sep 24, 2024
1 parent 1ce8cde commit 1138548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .bundle/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
BUNDLE_BUILD__POSIX___SPAWN: "--with-cflags=-Wno-incompatible-function-pointer-types"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
ruby
Expand All @@ -95,4 +95,4 @@ DEPENDENCIES
rake (~> 13.2)

BUNDLED WITH
2.1.4
2.5.18

0 comments on commit 1138548

Please sign in to comment.