Skip to content

Commit

Permalink
Patch Object#untaint when running bundler v1 itself
Browse files Browse the repository at this point in the history
  • Loading branch information
jurre committed Apr 25, 2024
1 parent 45b7f7c commit 50a8b2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bundler/helpers/v1/Gemfile
@@ -1,5 +1,8 @@
# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path("./monkey_patches", __dir__))
require "object_untaint_patch"

source "https://rubygems.org"

gem "dependabot-common", path: "../../../common"
Expand Down

0 comments on commit 50a8b2a

Please sign in to comment.