Skip to content

Commit d29f5f2

Browse files
committed
chore: update .ruby-version and Gemfile to match ruby version in Dockerfile
1 parent 6b0c0d2 commit d29f5f2

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.5
1+
3.4.6

Gemfile

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

6-
ruby "3.4.5"
6+
ruby "3.4.6"
77

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
99
gem "rails", "~> 8.0.2.1"

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ PLATFORMS
534534
arm64-darwin-22
535535
arm64-darwin-23
536536
arm64-darwin-24
537+
arm64-darwin-25
537538
x86_64-darwin-22
538539
x86_64-darwin-24
539540
x86_64-linux
@@ -585,7 +586,7 @@ DEPENDENCIES
585586
wizard_steps (~> 0.1.4)
586587

587588
RUBY VERSION
588-
ruby 3.4.5p51
589+
ruby 3.4.6p54
589590

590591
BUNDLED WITH
591592
2.4.20

0 commit comments

Comments
 (0)