From f4fa844c76edd414701c7233a441f0f904a8d9dd Mon Sep 17 00:00:00 2001 From: Abdul Karim Date: Tue, 22 Oct 2024 21:35:41 +0500 Subject: [PATCH] Continue - Update ruby version (#4840) ## Because This pull request links to my prev [pull request](https://github.com/TheOdinProject/curriculum/pull/28973) I have bumped it in the main repo ## This PR - Bump ruby version to 3.3.5 in main repo ## Pull Request Requirements - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md) - [x] The title of this PR follows the `location of change: brief description of change` format, e.g. `String spec: Update instructions for clarity` - [x] The `Because` section summarizes the reason for this PR - [x] The `This PR` section has a bullet point list describing the changes in this PR - [x] If this PR addresses an open issue, it is linked in the `Issue` section - [x] If this PR includes changes in the `spec` folder, they are also updated in the corresponding file in the `spec_answers` folder (with passing tests). --- .ruby-version | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index a0891f563f..fa7adc7ac7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/Gemfile.lock b/Gemfile.lock index 0690dfdcd5..fb417f8a3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -665,7 +665,7 @@ DEPENDENCIES webmock (~> 3.23) RUBY VERSION - ruby 3.3.4p94 + ruby 3.3.5p100 BUNDLED WITH 2.4.13