An open API service indexing awesome lists of open source software.

https://github.com/tf63/ruby-playground


https://github.com/tf63/ruby-playground

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rubyのおためし

```
# ruby環境の初期化
bundle init
# Gemfileからパッケージをインストール
bundle install
# パッケージの追加
bundle add
```

- 初期化時に`Gemfile.lock`は空っぽのファイルを使えば良さそう

### 参考
Docker hub
- https://hub.docker.com/_/ruby