Skip to content

Commit

Permalink
Merge pull request #299 from kachick/ruby-3.4-in-develop
Browse files Browse the repository at this point in the history
Bump ruby to 3.4 era in devshell
  • Loading branch information
kachick authored Dec 28, 2024
2 parents f1b6970 + 91070a5 commit 4b2e8df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix flake check
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
- run: nix develop --command bundle install
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.5
3.4.1
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
nixfmt-rfc-style
nil

ruby_3_3
ruby_3_4
# Required to build psych via irb dependency
# https://github.com/kachick/irb-power_assert/issues/116
# https://github.com/ruby/irb/pull/648
Expand Down

0 comments on commit 4b2e8df

Please sign in to comment.