summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim/ruby_provider
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2018-01-21 19:05:07 +0100
committerJosé Luis Lafuente <jl@lafuente.me>2018-01-21 20:50:08 +0100
commit2c95ce908188e1ba6c72995b42589c28b8798845 (patch)
tree52ea25495fc0dba98cb047f2cf2d121662c76b5e /pkgs/applications/editors/neovim/ruby_provider
parent9858950687a83f325fbda07b8dce866cae1d253f (diff)
downloadnixpkgs-2c95ce908188e1ba6c72995b42589c28b8798845.tar
nixpkgs-2c95ce908188e1ba6c72995b42589c28b8798845.tar.gz
nixpkgs-2c95ce908188e1ba6c72995b42589c28b8798845.tar.bz2
nixpkgs-2c95ce908188e1ba6c72995b42589c28b8798845.tar.lz
nixpkgs-2c95ce908188e1ba6c72995b42589c28b8798845.tar.xz
nixpkgs-2c95ce908188e1ba6c72995b42589c28b8798845.tar.zst
nixpkgs-2c95ce908188e1ba6c72995b42589c28b8798845.zip
neovim: 0.2.1 -> 0.2.2
Diffstat (limited to 'pkgs/applications/editors/neovim/ruby_provider')
-rw-r--r--pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock6
-rw-r--r--pkgs/applications/editors/neovim/ruby_provider/gemset.nix14
2 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock b/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
index 61df9ed7932..87b011c4f8b 100644
--- a/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
+++ b/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
@@ -1,9 +1,9 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    msgpack (1.1.0)
-    multi_json (1.12.2)
-    neovim (0.6.1)
+    msgpack (1.2.2)
+    multi_json (1.13.1)
+    neovim (0.6.2)
       msgpack (~> 1.0)
       multi_json (~> 1.0)
 
diff --git a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
index 85bff42b64d..aefecbf5ba8 100644
--- a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
+++ b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
@@ -2,26 +2,26 @@
   msgpack = {
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "0ck7w17d6b4jbb8inh1q57bghi9cjkiaxql1d3glmj1yavbpmlh7";
+      sha256 = "1ai0sfdv9jnr333fsvkn7a8vqvn0iwiw83yj603a3i68ds1x6di1";
       type = "gem";
     };
-    version = "1.1.0";
+    version = "1.2.2";
   };
   multi_json = {
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1raim9ddjh672m32psaa9niw67ywzjbxbdb8iijx3wv9k5b0pk2x";
+      sha256 = "1rl0qy4inf1mp8mybfk56dfga0mvx97zwpmq5xmiwl5r770171nv";
       type = "gem";
     };
-    version = "1.12.2";
+    version = "1.13.1";
   };
   neovim = {
     dependencies = ["msgpack" "multi_json"];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1dnv2pdl8lwwy4av8bqc6kdlgxw88dmajm4fkdk6hc7qdx1sw234";
+      sha256 = "15r3j9bwlpm1ry7cp6059xb0irvsvvlmw53i28z6sf2khwfj5j53";
       type = "gem";
     };
-    version = "0.6.1";
+    version = "0.6.2";
   };
-}
\ No newline at end of file
+}