Skip to content

Commit faebade

Browse files
committed
fix ruby versioning
1 parent 253d34a commit faebade

File tree

5 files changed

+4
-33
lines changed

5 files changed

+4
-33
lines changed

.github/docs/screenshot.jpg

-98.4 KB
Binary file not shown.

.github/workflows/ci.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1717

1818
#### Languages and services
1919

20-
- Update `Ruby` to `3.3.4`
20+
- Update `Ruby` to `3.3.3`
2121
- Update `Node` to `20.X`
2222
- Update `Postgres` to `16.3`
2323
- Update `Redis` to `7.2.5`

Gemfile

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

4-
ruby "3.3.4"
4+
ruby "3.3.3"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
77
gem "rails", "~> 7.1.3"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
cssbundling-rails (1.4.0)
9999
railties (>= 6.0.0)
100100
csv (3.3.0)
101-
date (3.3.4)
101+
date (3.3.3)
102102
debug (1.9.2)
103103
irb (~> 1.10)
104104
reline (>= 0.3.8)
@@ -307,7 +307,7 @@ DEPENDENCIES
307307
webpacker
308308

309309
RUBY VERSION
310-
ruby 3.3.4p89
310+
ruby 3.3.3p89
311311

312312
BUNDLED WITH
313313
2.5.11

0 commit comments

Comments
 (0)