From 4533928e41bee719cfb23885ed00e5b07eb3661f Mon Sep 17 00:00:00 2001 From: Jurre Stender Date: Fri, 26 Apr 2024 19:11:56 +0200 Subject: [PATCH] Cleanup --- .devcontainer/devcontainer.json | 2 +- .ruby-version | 2 +- bundler/helpers/v1/Gemfile | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 07d2ab54f082..f5c6c120d6d5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,7 +23,7 @@ "ghcr.io/devcontainers/features/github-cli": "latest", "ghcr.io/devcontainers/features/node": "lts", "ghcr.io/devcontainers/features/go": "latest", - "ghcr.io/devcontainers/features/ruby": "3.3.0", + "ghcr.io/devcontainers/features/ruby": "3.3.1", "ghcr.io/devcontainers/features/rust": "latest", "ghcr.io/devcontainers/features/dotnet": "latest", "ghcr.io/devcontainers/features/sshd:1": { diff --git a/.ruby-version b/.ruby-version index 15a279981720..bea438e9ade7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.1 diff --git a/bundler/helpers/v1/Gemfile b/bundler/helpers/v1/Gemfile index 6b34d89d94d1..7f0d0db26dc7 100644 --- a/bundler/helpers/v1/Gemfile +++ b/bundler/helpers/v1/Gemfile @@ -1,8 +1,5 @@ # 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"