Not needed

The Dockerfile enforces the Ruby version in production, and mise does so
in development.
This commit is contained in:
David Heinemeier Hansson
2025-04-05 16:09:45 +02:00
parent 233538c722
commit 6166c91759
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -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"
-3
View File
@@ -443,8 +443,5 @@ DEPENDENCIES
thruster
turbo-rails
RUBY VERSION
ruby 3.4.2p28
BUNDLED WITH
2.5.21