File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -199,22 +199,22 @@ any platform. *Documentation is forthcoming...*
199
199
200
200
```
201
201
*MRI only*
202
- rake build:native # Build concurrent-ruby-ext-<version>-<platform>.gem into the pkg directory
203
- rake compile:extension # Compile extension
202
+ bundle exec rake build:native # Build concurrent-ruby-ext-<version>-<platform>.gem into the pkg dir
203
+ bundle exec rake compile:extension # Compile extension
204
204
205
205
*JRuby only*
206
- rake build # Build JRuby-specific core gem (alias for `build:core`)
207
- rake build:core # Build concurrent-ruby-<version>-java.gem into the pkg directory
206
+ bundle exec rake build # Build JRuby-specific core gem (alias for `build:core`)
207
+ bundle exec rake build:core # Build concurrent-ruby-<version>-java.gem into the pkg directory
208
208
209
209
*All except JRuby*
210
- rake build # Build core and extension gems
211
- rake build:core # Build concurrent-ruby-<version>.gem into the pkg directory
212
- rake build:ext # Build concurrent-ruby-ext-<version>.gem into the pkg directory
210
+ bundle exec rake build # Build core and extension gems
211
+ bundle exec rake build:core # Build concurrent-ruby-<version>.gem into the pkg directory
212
+ bundle exec rake build:ext # Build concurrent-ruby-ext-<version>.gem into the pkg directory
213
213
214
214
*All*
215
- rake clean # Remove any temporary products
216
- rake clobber # Remove any generated file
217
- rake compile # Compile all the extensions
215
+ bundle exec rake clean # Remove any temporary products
216
+ bundle exec rake clobber # Remove any generated file
217
+ bundle exec rake compile # Compile all the extensions
218
218
```
219
219
220
220
## Maintainers
You can’t perform that action at this time.
0 commit comments