Fix Ruby version constraint for Docker compatibility
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -1,6 +1,6 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
ruby '3.2.0'
|
||||
ruby '>= 3.2.0'
|
||||
|
||||
gem 'rails', '~> 7.1.0'
|
||||
gem 'mysql2', '~> 0.5'
|
||||
|
||||
@@ -237,8 +237,5 @@ DEPENDENCIES
|
||||
puma (~> 6.0)
|
||||
rails (~> 7.1.0)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 3.4.7p58
|
||||
|
||||
BUNDLED WITH
|
||||
2.6.9
|
||||
|
||||
Reference in New Issue
Block a user