Not needed
The Dockerfile enforces the Ruby version in production, and mise does so in development.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -443,8 +443,5 @@ DEPENDENCIES
|
||||
thruster
|
||||
turbo-rails
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.4.2p28
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.21
|
||||
|
||||
Reference in New Issue
Block a user