TheOdinProject / ruby-exercises

MIT License
219 stars 1.06k forks source link

Update ruby-version and gemfile to use 3.1.2 #71

Closed scheals closed 2 years ago

scheals commented 2 years ago

Complete the following REQUIRED checkboxes:

Complete the following checkboxes ONLY IF they are applicable to your PR. You can complete them later if they are not currently applicable:


1. Because:

The Ruby version curriculum is moving towards is 3.1.2 due the fact that only Ruby 3.1+ supports openSSL 3 and previous versions do not - making using 3.0.3 on Ubuntu 22.04 and such impossible without using workarounds including reverting to openSSL 1.1.

Part of https://github.com/TheOdinProject/curriculum/issues/24112

2. This PR:

3. Additional Information:

scheals commented 2 years ago

I have gone through someone's completed repo and made sure every tests pass without any issues.