Skip to content

Commit 2f7d963

Browse files
authored
Revert "Upgrade Ruby 3.3.5 -> 3.3.6 (#730)" (#731)
This reverts commit 01f4c9e.
1 parent 01f4c9e commit 2f7d963

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.3.5

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

6-
ruby "3.3.6"
6+
ruby "3.3.5"
77
gem "rails", "~> 7.2.2.1"
88

99
gem "active_flag"

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ DEPENDENCIES
492492
webmock
493493

494494
RUBY VERSION
495-
ruby 3.3.6p108
495+
ruby 3.3.5p100
496496

497497
BUNDLED WITH
498498
2.5.23

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Le Wagon x Advent of Code](public/thumbnail.png)
22

33
```
4-
Ruby 3.3.6
4+
Ruby 3.3.5
55
Rails 7.2.2.1
66
```
77

0 commit comments

Comments
 (0)