Skip to content

Commit 1174762

Browse files
Copilottuanle03
andcommitted
Revert Ruby version to 3.2.0 for CI compatibility
The CI environment uses Ruby 3.2.0, not 3.2.3. Reverting to match CI configuration. Co-authored-by: tuanle03 <66480375+tuanle03@users.noreply.github.com>
1 parent 8df6983 commit 1174762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby '3.2.3'
4+
ruby '3.2.0'
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem 'rails', '~> 8.1.1'

0 commit comments

Comments
 (0)