Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8469bc7

Browse files
Update Ruby 3.3.4 and Node 22.12.0
1 parent 1a13c23 commit 8469bc7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

‎.controlplane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
2-
ARG RUBY_VERSION=3.3.3
2+
ARG RUBY_VERSION=3.3.4
33
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
44

55
# Install packages needed to build gems and node modules

‎.github/actions/setup-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
- name: Set up Ruby
1010
uses: ruby/setup-ruby@v1
1111
with:
12-
ruby-version: '3.3.3'
12+
ruby-version: '3.3.4'
1313

1414
- name: Install Control Plane CLI and cpflow gem
1515
shell: bash

‎.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: [22.x]
17-
ruby: [3.3.3]
17+
ruby: [3.3.4]
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: [22.x]
17-
ruby: [3.3.3]
17+
ruby: [3.3.4]
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: [22.x]
17-
ruby: [3.3.3]
17+
ruby: [3.3.4]
1818

1919
services:
2020
postgres:

‎.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.3.0
1+
22.12.0

‎.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.4

‎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.4"
77

88
gem "react_on_rails", "14.1.0.rc.0"
99
gem "shakapacker", "8.0.0"

‎Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ DEPENDENCIES
494494
web-console
495495

496496
RUBY VERSION
497-
ruby 3.3.3p89
497+
ruby 3.3.4p94
498498

499499
BUNDLED WITH
500500
2.4.17

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /