From ff5ccac8fe608c574245fded5c485fd5a858b04f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 9 Jan 2023 20:44:54 +0100 Subject: [PATCH] Cleanup --- Gemfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index 971411c4..f015da37 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,4 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -# Specify your gem's dependencies in importmap-rails.gemspec. gemspec - -group :test do - gem "byebug" -end