Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion javascript/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1. Environment

- Node v26.5.0
- pnpm 11.15.0
- pnpm 11.16.0

## 2. Reference

Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascript_primer",
"version": "1.0.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5.0 * pnpm 11.15.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5.0 * pnpm 11.16.0",
"main": "index.js",
"scripts": {
"test": "mocha nodejs/test/"
Expand Down
2 changes: 1 addition & 1 deletion mysql/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1. Common Environment

- MySQL Server 8.0.32
- Docker 29.6.1
- Docker 29.6.2

## 2. Reference

Expand Down
6 changes: 3 additions & 3 deletions ruby-on-rails/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

- Rails 8.1.2
- Ruby 4.0.6
- Gemfile 4.0.16
- Bundler 4.0.16
- Docker 29.6.1
- Gemfile 4.0.17
- Bundler 4.0.17
- Docker 29.6.2

## 2. READMEs

Expand Down
2 changes: 1 addition & 1 deletion ruby-on-rails/perfect-ruby-on-rails/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1. Environment

- Node v26.5.0
- pnpm 11.15.0
- pnpm 11.16.0

## 2. Reference

Expand Down
2 changes: 1 addition & 1 deletion ruby-on-rails/perfect-ruby-on-rails/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perfect_ruby_on_rails",
"version": "0.1.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5.0 * pnpm 11.15.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5.0 * pnpm 11.16.0",
"private": true,
"dependencies": {
"@hotwired/turbo-rails": "^8.0.23",
Expand Down
2 changes: 1 addition & 1 deletion typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- WSL (Ubuntu 25.10)
- Node v26.5.0
- pnpm 11.15.0
- pnpm 11.16.0

## 2. Reference

Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "javascript_primer",
"version": "1.0.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5.0 * pnpm 11.15.0",
"description": "* WSL(Ubuntu 25.10 (GNU/Linux 6.6.87.2-microsoft-standard-WSL2 x86_64)) * Node.js v26.5.0 * pnpm 11.16.0",
"main": "index.js",
"scripts": {
"test": "mocha nodejs/test/"
Expand Down