From df51c042b71d122d4ae8901a38a6ab90d99abd69 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Thu, 22 Feb 2024 15:20:44 -0800 Subject: [PATCH] Build docs with new Ruby deployment See https://github.com/scientific-python/cookie/pull/378 --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index e1d2ac1..5e11bc2 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,6 @@ prepare: cookie_ruby_deps: (cd external-content/cookie && \ - gem install bundler -v 2.4.22 && \ - bundle config set --local deployment 'true' && \ - bundle config set --local without development && \ bundle install) cookie: cookie_ruby_deps