From 6930550ef63f5e55bdb75af59f008231b0a7eebb Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sat, 28 Dec 2024 19:15:08 +0900 Subject: [PATCH] Bump ruby to 3.4 era in devshell GH-258 including https://github.com/NixOS/nixpkgs/commit/7ff2d4855a66dbd8c5ddf8206aab40a2f5766b25 Follow GH-254 --- .ruby-version | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index fa7adc7..47b322c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.4.1 diff --git a/flake.nix b/flake.nix index 0c32fcf..0786f99 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ nixfmt-rfc-style nil - ruby_3_3 + ruby_3_4 # Required to build psych via irb dependency # https://github.com/kachick/rspec-matchers-power_assert_matchers/issues/122 # https://github.com/ruby/irb/pull/648