summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArtemis Tosini <me@artem.ist>2019-02-25 15:34:35 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2019-02-25 16:34:35 +0100
commit77cf0b05bf55cbf4073cb810d520d1c7d075efd7 (patch)
treede22b173acaf0562b18894f7c5163bd135d62009 /pkgs/applications
parentfb2c419b5d4ee24d56407ed38c845f91c5c97114 (diff)
neovim: Update ruby provider to 0.8.0 (#56316)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock8
-rw-r--r--pkgs/applications/editors/neovim/ruby_provider/gemset.nix8
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 a95ced76371d..6a3f581c4e81 100644
--- a/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
+++ b/pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock
@@ -1,10 +1,10 @@
GEM
remote: https://rubygems.org/
specs:
- msgpack (1.2.4)
+ msgpack (1.2.6)
multi_json (1.13.1)
- neovim (0.7.0)
- msgpack (~> 1.0)
+ neovim (0.8.0)
+ msgpack (~> 1.1)
multi_json (~> 1.0)
PLATFORMS
@@ -14,4 +14,4 @@ DEPENDENCIES
neovim
BUNDLED WITH
- 1.14.6
+ 1.17.2
diff --git a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
index af887161ea6c..28a53cc590f6 100644
--- a/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
+++ b/pkgs/applications/editors/neovim/ruby_provider/gemset.nix
@@ -2,10 +2,10 @@
msgpack = {
source = {
remotes = ["https://rubygems.org"];
- sha256 = "09xy1wc4wfbd1jdrzgxwmqjzfdfxbz0cqdszq2gv6rmc3gv1c864";
+ sha256 = "0031gd2mjyba6jb7m97sqa149zjkr0vzn2s2gpb3m9nb67gqkm13";
type = "gem";
};
- version = "1.2.4";
+ version = "1.2.6";
};
multi_json = {
source = {
@@ -19,9 +19,9 @@
dependencies = ["msgpack" "multi_json"];
source = {
remotes = ["https://rubygems.org"];
- sha256 = "0b487dzz41im8cwzvfjqgf8kkrp6mpkvcbzhazrmqqw8gxyvfbq4";
+ sha256 = "07scrdfk7pyn5jgx5m2yajdqpbdv42833vbw568qqag6xp99j3yk";
type = "gem";
};
- version = "0.7.0";
+ version = "0.8.0";
};
}