https://github.com/tf63/ruby-playground
https://github.com/tf63/ruby-playground
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tf63/ruby-playground
- Owner: tf63
- Created: 2024-12-21T19:37:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T21:19:50.000Z (6 months ago)
- Last Synced: 2024-12-30T21:52:33.792Z (5 months ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rubyのおためし
```
# ruby環境の初期化
bundle init
# Gemfileからパッケージをインストール
bundle install
# パッケージの追加
bundle add
```- 初期化時に`Gemfile.lock`は空っぽのファイルを使えば良さそう
### 参考
Docker hub
- https://hub.docker.com/_/ruby