doc: update docs/ruby.md (#448)

* add doc for pg_upgrade

* add doc for ruby bundle lock
This commit is contained in:
baoer 2023-10-07 12:02:00 -05:00 committed by GitHub
parent be3818f818
commit 58425e0318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,12 @@ gem 'rspec', :require => 'spec'
$ bundle install $ bundle install
``` ```
解决开发用 mac生产用 linux 出现的 Gemfile.lock 不一致问题
```bash
bundle lock --add-platform x86_64-linux
```
### 安装特定 ruby gem 的特定版本 ### 安装特定 ruby gem 的特定版本
```bash ```bash