Skip to content

Commit 0478509

Browse files
committed
Revert from Ruby 2.7.4 to 2.7.2
1 parent 8e74fb6 commit 0478509

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.4
1+
2.7.2

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ doc.
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
3333
new 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
3838
To deploy Javabuilder to production, see the

javabuilder-authorizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ This lambda function is an
55
It 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
99
expects the gems to be in `vendor\bundle\ruby\2.7.0\*`. You may be able to manually
1010
rename the `2.7.0` folder to workaround installing a different ruby version.

0 commit comments

Comments
 (0)