- Install local JRuby (match aspace version, currently: 9.2.12.0) and switch to it.
- Install Maven.
- Download jruby-rack.
Should result in:
Set environment to target rack version (the version being upgraded to):
Should result in:
This will have bumped the Rack version in Gemfile.lock:
Build the jruby-rack jar:
This creates target/jruby-rack-1.1.21.jar
with Rack 2.2.3.
Upload the jar to the public s3 bucket, specifying the rack version:
Finally, update rack_version
in the aspace build.xml
file.