From 1138548dcef1b392e9565b37cd7977230cfe7f6d Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 24 Sep 2024 09:14:20 +0200 Subject: [PATCH] Use newer Webrick (#51) In addition, ensure that posix-spawn can build on e.g. macOS m2. --- .bundle/config | 2 ++ Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config new file mode 100644 index 0000000..425109e --- /dev/null +++ b/.bundle/config @@ -0,0 +1,2 @@ +--- +BUNDLE_BUILD__POSIX___SPAWN: "--with-cflags=-Wno-incompatible-function-pointer-types" diff --git a/Gemfile.lock b/Gemfile.lock index 39c6599..4a093c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -95,4 +95,4 @@ DEPENDENCIES rake (~> 13.2) BUNDLED WITH - 2.1.4 + 2.5.18