Skip to content

Commit 0bf09cc

Browse files
committed
dep: upgrade ruby, misc gem upgrades
1 parent 365552f commit 0bf09cc

File tree

8 files changed

+184
-168
lines changed

8 files changed

+184
-168
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.1.2
2+
ARG RUBY_VERSION=3.3.3
33
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
44

55
# Install packages needed to build gems and node modules

.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.1.2]
17+
ruby: [3.3.3]
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.1.2]
17+
ruby: [3.3.3]
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.1.2]
17+
ruby: [3.3.3]
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.1.2
1+
3.3.3

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.1.2"
6+
ruby "3.3.3"
77

88
gem "react_on_rails", "14.0.0"
99
gem "shakapacker", "7.2.1"

0 commit comments

Comments
 (0)