From 72ae6d182a74abd123c737877d76aaae5ec4c8d9 Mon Sep 17 00:00:00 2001 From: sue445 Date: Sun, 28 Dec 2025 12:07:18 +0900 Subject: [PATCH] Revert "Workaround for Ruby 4.0+" This reverts commit 2f30e28d7f1eac0878514d12b7e76be289d3d17b. --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4b4fe9a..d63b9c8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,3 @@ source 'https://rubygems.org' # Specify your gem's dependencies in rspec-parameterized.gemspec gemspec - -# FIXME: Workaround for Ruby 4.0+ -# ref. https://github.com/banister/binding_of_caller/pull/90 -gem "binding_of_caller", github: "kivikakk/binding_of_caller", branch: "push-yrnnzolypxun"