From 5d29f331222614ba2244b5e0580742a415114ba1 Mon Sep 17 00:00:00 2001 From: bcaller Date: Tue, 31 Jan 2023 14:50:54 +0000 Subject: [PATCH] Turns out with --force you don't need Gemfiles Or a particular structure --- t3sts/brakeman/Gemfile | 5 ----- t3sts/brakeman/Gemfile.lock | 28 ---------------------------- 2 files changed, 33 deletions(-) delete mode 100644 t3sts/brakeman/Gemfile delete mode 100644 t3sts/brakeman/Gemfile.lock diff --git a/t3sts/brakeman/Gemfile b/t3sts/brakeman/Gemfile deleted file mode 100644 index f915d8b7..00000000 --- a/t3sts/brakeman/Gemfile +++ /dev/null @@ -1,5 +0,0 @@ -# frozen_string_literal: true - -source "https://rubygems.org" - -gem "activerecord" \ No newline at end of file diff --git a/t3sts/brakeman/Gemfile.lock b/t3sts/brakeman/Gemfile.lock deleted file mode 100644 index b04b1f27..00000000 --- a/t3sts/brakeman/Gemfile.lock +++ /dev/null @@ -1,28 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - activemodel (7.0.4.2) - activesupport (= 7.0.4.2) - activerecord (7.0.4.2) - activemodel (= 7.0.4.2) - activesupport (= 7.0.4.2) - activesupport (7.0.4.2) - concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 1.6, < 2) - minitest (>= 5.1) - tzinfo (~> 2.0) - concurrent-ruby (1.2.0) - i18n (1.12.0) - concurrent-ruby (~> 1.0) - minitest (5.17.0) - tzinfo (2.0.5) - concurrent-ruby (~> 1.0) - -PLATFORMS - arm64-darwin-22 - -DEPENDENCIES - activerecord - -BUNDLED WITH - 2.4.2