File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- 2.7.4
1+ 2.7.2
Original file line number Diff line number Diff line change 2525 production.
2626
2727### Prerequisites
28- You need to install Ruby 2.7.4 to build and/or run the Ruby lambda functions
28+ Use ` rbenv ` to install Ruby 2.7.2 to build and/or run the Ruby lambda functions
2929(` javabuilder-authorizer ` and ` api-gateway-routes ` ).
30- [ rbenv] ( https://github.com/rbenv/rbenv ) is a useful tool for installing Ruby and managing
31- multiple versions. Follow the instructions
30+ [ rbenv] ( https://github.com/rbenv/rbenv ) is required for installing Ruby and managing
31+ multiple versions of Ruby on a single development environment . Follow the instructions
3232[ here] ( https://github.com/rbenv/rbenv#installing-ruby-versions ) to use rbenv to install a
3333new Ruby version. You may need to also install
3434[ ruby-build] ( https://github.com/rbenv/ruby-build#readme ) to get the latest Ruby versions.
35- The ` .ruby-version ` file sets the local Ruby version for javabuilder to be 2.7.4.
35+ The ` .ruby-version ` file sets the local Ruby version for javabuilder to be 2.7.2
3636
3737## Deploying Production Javabuilder
3838To deploy Javabuilder to production, see the
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ This lambda function is an
55It expects a JWT token to be sent in an Authorization header in the standard format
66` Authorization: Bearer <token> ` .
77
8- You must be running ruby version 2.7.4 for the upload to work properly. The lambda
8+ You must be running ruby version 2.7.2 for the upload to work properly. The lambda
99expects the gems to be in ` vendor\bundle\ruby\2.7.0\* ` . You may be able to manually
1010rename the ` 2.7.0 ` folder to workaround installing a different ruby version.
You can’t perform that action at this time.
0 commit comments