Skip to content

Commit 17633db

Browse files
committed
dep: downgrade latest ruby patch
1 parent f6d60c2 commit 17633db

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/js_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [18.x]
17-
ruby: [3.3.3]
17+
ruby: [3.3.2]
1818

1919
env:
2020
RAILS_ENV: test

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [18.x]
17-
ruby: [3.3.3]
17+
ruby: [3.3.2]
1818

1919
env:
2020
RAILS_ENV: test

.github/workflows/rspec_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
node: [18.x]
17-
ruby: [3.3.3]
17+
ruby: [3.3.2]
1818

1919
services:
2020
postgres:

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.3
1+
3.3.2

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.3.3"
6+
ruby "3.3.2"
77

88
gem "react_on_rails", "14.0.3"
99
gem "shakapacker", "8.0.0"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ DEPENDENCIES
483483
web-console
484484

485485
RUBY VERSION
486-
ruby 3.3.3p89
486+
ruby 3.3.2p78
487487

488488
BUNDLED WITH
489489
2.4.17

0 commit comments

Comments
 (0)