Skip to content

Commit ff55745

Browse files
chore(deps): update dependency ruby to v3.4.7
1 parent de16348 commit ff55745

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- uses: ruby/setup-ruby@v1
4949
with:
50-
ruby-version: '3.3'
50+
ruby-version: '3.4.7'
5151
bundler-cache: true
5252

5353
- name: Install dependencies and lint

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.2
1+
3.4.7

logto-sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
ruby "3.4.2"
3+
ruby "3.4.7"
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
66
gem "rails", "~> 8.0.0", ">= 8.0.2"

logto-sample/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ DEPENDENCIES
283283
web-console
284284

285285
RUBY VERSION
286-
ruby 3.4.2p28
286+
ruby 3.4.7p58
287287

288288
BUNDLED WITH
289289
2.5.11

0 commit comments

Comments
 (0)