rmate: init at 1.5.9 (#476435)

This commit is contained in:
Luke Granger-Brown
2026-01-06 20:02:39 +00:00
committed by GitHub
3 changed files with 13 additions and 0 deletions
@@ -146,6 +146,7 @@ gem 'redis'
gem 'redis-rack'
gem 'rest-client'
gem 'rmagick'
gem 'rmate'
gem 'rpam2'
gem 'rspec'
gem 'rubocop'
+2
View File
@@ -3678,6 +3678,8 @@ with pkgs;
reuse = with python3.pkgs; toPythonApplication reuse;
rmate = rubyPackages.rmate;
rmlint = callPackage ../tools/misc/rmlint {
inherit (python3Packages) sphinx;
};
+10
View File
@@ -3961,6 +3961,16 @@
};
version = "6.1.4";
};
rmate = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "01qyw345yg3n9z3xm98p9hqmgqri6yfhdd6d2kfqkg3ha8mi3xh5";
type = "gem";
};
version = "1.5.9";
};
rouge = {
groups = [ "default" ];
platforms = [ ];