Skip to content

Commit

Permalink
Continue - Update ruby version (#4840)
Browse files Browse the repository at this point in the history
<!-- Thank you for taking the time to contribute to The Odin Project. In
order to get this pull request (PR) merged in a reasonable amount of
time, you must complete this entire template. -->

## Because
<!-- Summarize the purpose or reasons for this PR, e.g. what problem it
solves or what benefit it provides. -->
This pull request links to my prev [pull
request](TheOdinProject/curriculum#28973)
I have bumped it in the main repo

## This PR
<!-- A bullet point list of one or more items describing the specific
changes. -->
- Bump ruby version to 3.3.5 in main repo

## Pull Request Requirements
<!-- Replace the whitespace between the square brackets with an 'x',
e.g. [x]. After you create the PR, they will become checkboxes that you
can click on. -->
- [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).
  • Loading branch information
karimdevelops authored Oct 22, 2024
1 parent b6da2fb commit f4fa844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.3.5
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ DEPENDENCIES
webmock (~> 3.23)

RUBY VERSION
ruby 3.3.4p94
ruby 3.3.5p100

BUNDLED WITH
2.4.13

0 comments on commit f4fa844

Please sign in to comment.