Skip to content

Commit

Permalink
Merge pull request #9 from rock-core/irb-version
Browse files Browse the repository at this point in the history
fix: limit irb version to <1.15 to workaround bug w/ iruby
  • Loading branch information
jhonasiv authored Feb 10, 2025
2 parents 71ee53a + 0d1b28c commit aa08328
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages.osdeps
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ jupyter-ruby:
- cztop
- iruby
- erector
- name: irb
osdep:
- irb

irb:
gem:
- name: irb
version: "< 1.15"
osdep:
- yaml

daru:
gem:
- daru
Expand Down

0 comments on commit aa08328

Please sign in to comment.