Loading pkgs/applications/editors/neovim/ruby_provider/Gemfile +1 −0 Original line number Diff line number Diff line source 'https://rubygems.org' gem 'neovim' gem 'logger' pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock +4 −2 Original line number Diff line number Diff line GEM remote: https://rubygems.org/ specs: msgpack (1.7.2) logger (1.6.1) msgpack (1.7.5) multi_json (1.15.0) neovim (0.10.0) msgpack (~> 1.1) Loading @@ -11,7 +12,8 @@ PLATFORMS ruby DEPENDENCIES logger neovim BUNDLED WITH 2.3.27 2.5.16 pkgs/applications/editors/neovim/ruby_provider/gemset.nix +12 −2 Original line number Diff line number Diff line { logger = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s"; type = "gem"; }; version = "1.6.1"; }; msgpack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr"; sha256 = "1a5fsgchkpcca4wf3pipbb2jbj523l7fbaq37j10cr0yymwlkc7z"; type = "gem"; }; version = "1.7.2"; version = "1.7.5"; }; multi_json = { groups = ["default"]; Loading Loading
pkgs/applications/editors/neovim/ruby_provider/Gemfile +1 −0 Original line number Diff line number Diff line source 'https://rubygems.org' gem 'neovim' gem 'logger'
pkgs/applications/editors/neovim/ruby_provider/Gemfile.lock +4 −2 Original line number Diff line number Diff line GEM remote: https://rubygems.org/ specs: msgpack (1.7.2) logger (1.6.1) msgpack (1.7.5) multi_json (1.15.0) neovim (0.10.0) msgpack (~> 1.1) Loading @@ -11,7 +12,8 @@ PLATFORMS ruby DEPENDENCIES logger neovim BUNDLED WITH 2.3.27 2.5.16
pkgs/applications/editors/neovim/ruby_provider/gemset.nix +12 −2 Original line number Diff line number Diff line { logger = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s"; type = "gem"; }; version = "1.6.1"; }; msgpack = { groups = ["default"]; platforms = []; source = { remotes = ["https://rubygems.org"]; sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr"; sha256 = "1a5fsgchkpcca4wf3pipbb2jbj523l7fbaq37j10cr0yymwlkc7z"; type = "gem"; }; version = "1.7.2"; version = "1.7.5"; }; multi_json = { groups = ["default"]; Loading