Unverified Commit 4153f603 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #237906 from neumantm/updateReckon0.9.2

reckon: 0.8.0 -> 0.9.2
parents 2bd4a56e f7c95df6
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -2,11 +2,13 @@ GEM
  remote: https://rubygems.org/
  specs:
    chronic (0.10.2)
    highline (2.0.3)
    highline (2.1.0)
    matrix (0.4.2)
    rchardet (1.8.0)
    reckon (0.8.0)
    reckon (0.9.2)
      chronic (>= 0.3.0)
      highline (>= 1.5.2)
      matrix (>= 0.4.2)
      rchardet (>= 1.8.0)

PLATFORMS
@@ -16,4 +18,4 @@ DEPENDENCIES
  reckon

BUNDLED WITH
   2.2.20
   2.4.13
+15 −5
Original line number Diff line number Diff line
@@ -14,10 +14,20 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0yclf57n2j3cw8144ania99h1zinf8q3f5zrhqa754j6gl95rp9d";
      sha256 = "1f8cr014j7mdqpdb9q17fp5vb5b8n1pswqaif91s3ylg5x3pygfn";
      type = "gem";
    };
    version = "2.0.3";
    version = "2.1.0";
  };
  matrix = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1h2cgkpzkh3dd0flnnwfq6f3nl2b1zff9lvqz8xs853ssv5kq23i";
      type = "gem";
    };
    version = "0.4.2";
  };
  rchardet = {
    groups = ["default"];
@@ -30,14 +40,14 @@
    version = "1.8.0";
  };
  reckon = {
    dependencies = ["chronic" "highline" "rchardet"];
    dependencies = ["chronic" "highline" "matrix" "rchardet"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0qnghypb9pj7888096xwyrx7myhzk85x69ympxkxki3kxcgcrdfn";
      sha256 = "0188k41lvz5vnn03qw1hbi6c2i88n5p3183rb0xz9rfjcngh2ly3";
      type = "gem";
    };
    version = "0.8.0";
    version = "0.9.2";
  };
}