summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-07-15 18:56:51 +0200
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2017-07-15 18:56:51 +0200
commit549df83e8e985db88fffee47575d4245cd29d9e5 (patch)
tree9d5d150b4f544869b1bf9dca00dcd72674437dde /pkgs/applications/editors
parent171e3f85cea2bb5568be793a57b71426b8f35ce6 (diff)
downloadnixlib-549df83e8e985db88fffee47575d4245cd29d9e5.tar
nixlib-549df83e8e985db88fffee47575d4245cd29d9e5.tar.gz
nixlib-549df83e8e985db88fffee47575d4245cd29d9e5.tar.bz2
nixlib-549df83e8e985db88fffee47575d4245cd29d9e5.tar.lz
nixlib-549df83e8e985db88fffee47575d4245cd29d9e5.tar.xz
nixlib-549df83e8e985db88fffee47575d4245cd29d9e5.tar.zst
nixlib-549df83e8e985db88fffee47575d4245cd29d9e5.zip
neovim-ruby: 0.4.0 -> 0.5.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock6
-rw-r--r--pkgs/applications/editors/neovim/ruby_provider/gemset.nix10
2 files changed, 8 insertions, 8 deletions
diff --git a/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock b/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
index 88100b2e8f87..327edca0ed24 100644
--- a/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
+++ b/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
@@ -1,8 +1,8 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    msgpack (1.0.2)
-    neovim (0.3.1)
+    msgpack (1.1.0)
+    neovim (0.5.0)
       msgpack (~> 1.0)
 
 PLATFORMS
@@ -12,4 +12,4 @@ DEPENDENCIES
   neovim
 
 BUNDLED WITH
-   1.12.5
+   1.15.1
diff --git a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
index 6eac57148576..fbb9c63a1cff 100644
--- a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
+++ b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
@@ -2,18 +2,18 @@
   msgpack = {
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1fb2my91j08plsbbry5kilsrh7slmzgbbf6f55zy6xk28p9036lg";
+      sha256 = "0ck7w17d6b4jbb8inh1q57bghi9cjkiaxql1d3glmj1yavbpmlh7";
       type = "gem";
     };
-    version = "1.0.2";
+    version = "1.1.0";
   };
   neovim = {
     dependencies = ["msgpack"];
     source = {
       remotes = ["https://rubygems.org"];
-      sha256 = "1gvwa1zkirai7605x4hn2lynbw1caviga272iyy472jv7hs2zn92";
+      sha256 = "1da0ha3mz63iyihldp7185b87wx86jg07023xjhbng6i28y1ksn7";
       type = "gem";
     };
-    version = "0.4.0";
+    version = "0.5.0";
   };
-}
+}
\ No newline at end of file