Unverified Commit 65a603f9 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

youplot: 0.4.5 -> 0.4.6 (#360762)

parents 9a0b250e 3f94adc3
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    enumerable-statistics (2.0.7)
    csv (3.3.0)
    enumerable-statistics (2.0.8)
    unicode_plot (0.0.5)
      enumerable-statistics (>= 2.0.1)
    youplot (0.4.5)
    youplot (0.4.6)
      csv
      unicode_plot (>= 0.0.5)

PLATFORMS
  x86_64-linux
  arm64-darwin-22
  ruby

@@ -15,4 +18,4 @@ DEPENDENCIES
  youplot

BUNDLED WITH
   2.5.3
   2.5.16
+15 −5
Original line number Diff line number Diff line
{
  csv = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0zfn40dvgjk1xv1z8l11hr9jfg3jncwsc9yhzsz4l4rivkpivg8b";
      type = "gem";
    };
    version = "3.3.0";
  };
  enumerable-statistics = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0dlnfncz0lbyczakgdlys44pksj6h447npj665xk41b36y0lbf7f";
      sha256 = "1cqksgv0cf69cd30kxk2r0lq1y784wn5nvlyabfqilf1vvy6j38y";
      type = "gem";
    };
    version = "2.0.7";
    version = "2.0.8";
  };
  unicode_plot = {
    dependencies = ["enumerable-statistics"];
@@ -21,14 +31,14 @@
    version = "0.0.5";
  };
  youplot = {
    dependencies = ["unicode_plot"];
    dependencies = ["csv" "unicode_plot"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0imy65wjkgdkpqfympbz8lp2ih866538vk55fwz9a909ib9sbdri";
      sha256 = "1p1vbb7p4h5a4r2rwl64gwv6cmf350grjn97zrpjhvrjih81y3yg";
      type = "gem";
    };
    version = "0.4.5";
    version = "0.4.6";
  };
}