Unverified Commit 50db3b6f authored by Birdee's avatar Birdee Committed by GitHub
Browse files

neovim.rubyEnv: 0.9.0 -> 0.10.0 (#332256)

parent f6813b80
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    msgpack (1.5.1)
    msgpack (1.7.2)
    multi_json (1.15.0)
    neovim (0.9.0)
    neovim (0.10.0)
      msgpack (~> 1.1)
      multi_json (~> 1.0)

@@ -14,4 +14,4 @@ DEPENDENCIES
  neovim

BUNDLED WITH
   2.1.4
   2.3.27
+4 −4
Original line number Diff line number Diff line
@@ -4,10 +4,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "sha256-fPWiGi0w4OFlMZOIf3gd21jyeYhg5t/VdLz7kK9fD8Q=";
      sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr";
      type = "gem";
    };
    version = "1.5.1";
    version = "1.7.2";
  };
  multi_json = {
    groups = ["default"];
@@ -25,9 +25,9 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "sha256-hRI43XGHGeqxMvpFjp0o79GGReiLXTkhwh5LYq6AQL4=";
      sha256 = "0gl34rriwwmj6p1s6ms0b311wmqaqiyc510svq31283jk0kp0qcd";
      type = "gem";
    };
    version = "0.9.0";
    version = "0.10.0";
  };
}