license_finder: 7.0.1 -> 7.2.1

This commit is contained in:
Guy Chronister
2026-04-13 22:56:33 +02:00
committed by Weijia Wang
parent 17983e8ee9
commit 10b8c4da51
2 changed files with 29 additions and 16 deletions
+8 -6
View File
@@ -1,17 +1,19 @@
GEM
remote: https://rubygems.org/
specs:
license_finder (7.0.1)
csv (3.3.5)
license_finder (7.2.1)
bundler
csv (~> 3.2)
rubyzip (>= 1, < 3)
thor (~> 1.2)
tomlrb (>= 1.3, < 2.1)
with_env (= 1.1.0)
xml-simple (~> 1.1.9)
rexml (3.2.5)
rubyzip (2.3.2)
thor (1.2.1)
tomlrb (2.0.1)
rexml (3.4.4)
rubyzip (2.4.1)
thor (1.5.0)
tomlrb (2.0.4)
with_env (1.1.0)
xml-simple (1.1.9)
rexml
@@ -23,4 +25,4 @@ DEPENDENCIES
license_finder
BUNDLED WITH
2.1.4
2.7.2
+21 -10
View File
@@ -1,6 +1,17 @@
{
csv = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0gz7r2kazwwwyrwi95hbnhy54kwkfac5swh2gy5p5vw36fn38lbf";
type = "gem";
};
version = "3.3.5";
};
license_finder = {
dependencies = [
"csv"
"rubyzip"
"thor"
"tomlrb"
@@ -11,50 +22,50 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0sig4ifxzvcz3fwjnz93dpv61v6sxpmlknj5f8n112ragrbcj8hb";
sha256 = "057ghx449d70bakmn3fjr4x6f4rq4cj61l9gnww0c5sbnqcsv7hp";
type = "gem";
};
version = "7.0.1";
version = "7.2.1";
};
rexml = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "08ximcyfjy94pm1rhcx04ny1vx2sk0x4y185gzn86yfsbzwkng53";
sha256 = "0hninnbvqd2pn40h863lbrn9p11gvdxp928izkag5ysx8b1s5q0r";
type = "gem";
};
version = "3.2.5";
version = "3.4.4";
};
rubyzip = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0grps9197qyxakbpw02pda59v45lfgbgiyw48i0mq9f2bn9y6mrz";
sha256 = "05an0wz87vkmqwcwyh5rjiaavydfn5f4q1lixcsqkphzvj7chxw5";
type = "gem";
};
version = "2.3.2";
version = "2.4.1";
};
thor = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
sha256 = "0wsy88vg2mazl039392hqrcwvs5nb9kq8jhhrrclir2px1gybag3";
type = "gem";
};
version = "1.2.1";
version = "1.5.0";
};
tomlrb = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0a83cb5xpyzlr651d46rk5xgq37s46hs9nfqy9baawzs31hm9k2g";
sha256 = "168v339gqaly00i4zqg2ag2h10r3rl7999d0cqrrpb63gaa7fbr6";
type = "gem";
};
version = "2.0.1";
version = "2.0.4";
};
with_env = {
groups = [ "default" ];