Skip to content

Commit 146f45e

Browse files
reo101nickysn
authored andcommitted
fix!: upgrade ruby to 3.4
1 parent 5d4a629 commit 146f45e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Setup Ruby
4444
uses: ruby/setup-ruby@v1
4545
with:
46-
ruby-version: '3.2'
46+
ruby-version: '3.4'
4747
- name: Setup Rust
4848
uses: dtolnay/rust-toolchain@stable
4949
with:

flake.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@
4747
in {
4848
default = pkgs.mkShell {
4949
packages = with pkgs; [
50-
ruby
50+
# WARNING: `3.4` needed in `./gems/codetracer-ruby-recorder/ext/native_tracer/src/lib.rs`
51+
# for the `thread` field of `rb_internal_thread_event_data_t`
52+
ruby_3_4
5153

5254
# The native extension is implemented in Rust
5355
(rust-toolchain-for system)

0 commit comments

Comments
 (0)