From 6166c917591e271c531862746c83a7551764f6c4 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 5 Apr 2025 16:09:45 +0200 Subject: [PATCH] Not needed The Dockerfile enforces the Ruby version in production, and mise does so in development. --- Gemfile | 1 - Gemfile.lock | 3 --- 2 files changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index b60a0908f..213822917 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,5 @@ source "https://rubygems.org" git_source(:bc) { |repo| "https://github.com/basecamp/#{repo}" } -ruby file: ".ruby-version" gem "rails", github: "rails/rails", branch: "main" gem "active_record-tenanted", bc: "active_record-tenanted" diff --git a/Gemfile.lock b/Gemfile.lock index 640dd5fb7..9e079fe3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -443,8 +443,5 @@ DEPENDENCIES thruster turbo-rails -RUBY VERSION - ruby 3.4.2p28 - BUNDLED WITH 2.5.21