Skip to content

Commit 90cb9de

Browse files
authored
Merge branch 'master' into hayat01sh1da/e-navigator/introduce-steep-typechecking
2 parents 9bb9cf1 + 11a6343 commit 90cb9de

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| Track / Component | Version(s) / Tooling | Notes |
1010
| --------------------- | ---------------------------------- | ----------------------------------------------------------------------------------- |
1111
| OS baseline | WSL (Ubuntu 25.10) | Shared environment across tracks. |
12-
| Ruby / Rails content | Ruby 4.0.2 (`.ruby-version`) | Rails subprojects rely on Bundler; check each subfolder for gem specs. |
12+
| Ruby / Rails content | Ruby 4.0.3 (`.ruby-version`) | Rails subprojects rely on Bundler; check each subfolder for gem specs. |
1313
| Python content | CPython 3.14.4 (`.python-version`) | Install per-track requirements as documented. |
1414
| JavaScript/TypeScript | Node v25.9.0 (`.node-version`) | Frontend tracks (React/Vue/TS/JS) use Node tooling plus per-project `package.json`. |
1515

ruby-on-rails/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 1. Common Environment
22

33
- Rails 8.1.2
4-
- Ruby 4.0.2
4+
- Ruby 4.0.3
55
- Docker 29.4.0
66

77
## 2. READMEs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

ruby-on-rails/e-navigator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:4.0.2
1+
FROM ruby:4.0.3
22

33
# Install Packages
44
RUN apt-get update && apt-get install -y curl build-essential libpq-dev default-libmysqlclient-dev vim tree
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

ruby-on-rails/perfect-ruby-on-rails/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:25.9.0 AS node
2-
FROM ruby:4.0.2
2+
FROM ruby:4.0.3
33

44
# Install Packages
55
RUN apt-get update && apt-get install -y curl build-essential libpq-dev vim tree chromium
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

ruby-on-rails/restful-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:4.0.2
1+
FROM ruby:4.0.3
22

33
# Install Packages
44
RUN apt-get update && apt-get install -y curl build-essential libpq-dev vim tree

0 commit comments

Comments
 (0)