File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed
pkgs/applications/editors/neovim/ruby_provider Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gem 'neovim'
4+ gem 'logger'
Original file line number Diff line number Diff line change 11GEM
22 remote: https://rubygems.org/
33 specs:
4- msgpack (1.7.2 )
4+ logger (1.6.1 )
5+ msgpack (1.7.5 )
56 multi_json (1.15.0 )
67 neovim (0.10.0 )
78 msgpack (~> 1.1 )
@@ -11,7 +12,8 @@ PLATFORMS
1112 ruby
1213
1314DEPENDENCIES
15+ logger
1416 neovim
1517
1618BUNDLED WITH
17- 2.3.27
19+ 2.5.16
Original file line number Diff line number Diff line change 11{
2+ logger = {
3+ groups = [ "default" ] ;
4+ platforms = [ ] ;
5+ source = {
6+ remotes = [ "https://rubygems.org" ] ;
7+ sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s" ;
8+ type = "gem" ;
9+ } ;
10+ version = "1.6.1" ;
11+ } ;
212 msgpack = {
313 groups = [ "default" ] ;
414 platforms = [ ] ;
515 source = {
616 remotes = [ "https://rubygems.org" ] ;
7- sha256 = "1a5adcb7bwan09mqhj3wi9ib52hmdzmqg7q08pggn3adibyn5asr " ;
17+ sha256 = "1a5fsgchkpcca4wf3pipbb2jbj523l7fbaq37j10cr0yymwlkc7z " ;
818 type = "gem" ;
919 } ;
10- version = "1.7.2 " ;
20+ version = "1.7.5 " ;
1121 } ;
1222 multi_json = {
1323 groups = [ "default" ] ;
You can’t perform that action at this time.
0 commit comments