| 31 | | WARNING: Gems that have binary components will cause problems, as they |
|---|
| 32 | | will be installed according to the architecture of the development machine, |
|---|
| 33 | | which may be different from that of the deployment environment. I |
|---|
| 34 | | recommend that you install such gems in the system-wide gem library on |
|---|
| 35 | | development machines and the deployment machine alike. Suggestions |
|---|
| 36 | | for a satisfactory solution to this problem are welcome. |
|---|
| | 31 | WARNING: Gems that have binary components install the binary components in |
|---|
| | 32 | the system-wide Ruby lib directories. Thus, when such gems are frozen and |
|---|
| | 33 | deployed, they will be incomplete. I recommend that you install such gems |
|---|
| | 34 | in the system-wide gem library on development machines and the deployment |
|---|
| | 35 | machine alike. Suggestions for a satisfactory solution to this problem |
|---|
| | 36 | are welcome. |
|---|