https://github.com/tf63/ruby-exp
https://github.com/tf63/ruby-exp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tf63/ruby-exp
- Owner: tf63
- Created: 2024-05-07T13:23:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T15:08:35.000Z (about 1 year ago)
- Last Synced: 2025-01-27T05:39:13.176Z (4 months ago)
- Language: Dockerfile
- Size: 4.88 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