Skip to content

Commit

Permalink
doc: update docs/ruby.md (#448)
Browse files Browse the repository at this point in the history
* add doc for pg_upgrade

* add doc for ruby bundle lock
  • Loading branch information
mailbaoer committed Oct 7, 2023
1 parent be3818f commit 58425e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ gem 'rspec', :require => 'spec'
$ bundle install
```

解决开发用 mac,生产用 linux 出现的 Gemfile.lock 不一致问题

```bash
bundle lock --add-platform x86_64-linux
```

### 安装特定 ruby gem 的特定版本

```bash
Expand Down

0 comments on commit 58425e0

Please sign in to comment.