Skip to content

Commit c666674

Browse files
committed
Bump Ruby version to 3.3.4
1 parent 763eccd commit c666674

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
ruby-version: [3.3.3]
28+
ruby-version: [3.3.4]
2929
env:
3030
RAILS_ENV: test
3131
steps:

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.3.3
1+
ruby-3.3.4

Diff for: Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
ruby '3.3.3'
3+
ruby '3.3.4'
44

55
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
66
gem 'rails', '~> 7.1.3', '>= 7.1.3.4'

Diff for: Gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
22
publish = "dist"
33
command = "npm run build"
4-
environment = { NODE_VERSION = "20.11.1", RUBY_VERSION="3.3.3" }
4+
environment = { NODE_VERSION = "20.11.1", RUBY_VERSION="3.3.4" }

0 commit comments

Comments
 (0)