Skip to content

Releases: inscapist/ruby-nix

v0.2.0

30 Apr 13:40
Compare
Choose a tag to compare

Breaking change

Removed bundler from ruby-nix. Recent ruby versions from nixpkgs-ruby come with bundler out of the box and may conflict with bundler from Nixpkgs

Others

  • Updated flake template
  • Updated README

v0.1.5

21 Mar 14:00
Compare
Choose a tag to compare

Bundix is no longer included in the environment generated by ruby-nix. Refer to the sample flake to use bundix in your own project!

v0.1.4

17 Mar 08:26
Compare
Choose a tag to compare
  • fixes bundix --lock not working due to frozen hash
  • fixes bundix not working without existing gemset.nix

v0.1.3

10 Mar 11:05
Compare
Choose a tag to compare

A big release

  • Major overhaul to bundix, now at v0.0.2, which results in:
    • Increase in performance due to cache
    • Linted bundix code with rubocop
  • Supports specific ruby version with nixpkgs-ruby. Thanks @bobvanderlinden!
  • Added nixConfig substituters

v0.1.1

21 Feb 01:56
ce2b0e6
Compare
Choose a tag to compare

After a month, some minor fixes

  • thanks @wojtodzio for fixing ruby3 issue: #11
  • fixed please bundle install for git sources: #12

v0.1.0

24 Jan 12:39
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First beta release

This is a very new release. I have tested this on arm-based darwin, intel darwin, and intel linux against about 300 gems, including nokogiri, sorbet, grpc, libv8-node.

The interface is not stable and may change to cater to broader audience.