Unverified Commit 1c835f97 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

maid: update dependencies to fix security vulnerability (#352628)

parents a04d33c0 e8fd2805
Loading
Loading
Loading
Loading
+17 −11
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    concurrent-ruby (1.2.2)
    base64 (0.2.0)
    concurrent-ruby (1.3.4)
    csv (3.3.0)
    deprecated (3.0.1)
    dimensions (1.3.0)
    escape (0.0.4)
    et-orbi (1.2.7)
    et-orbi (1.2.11)
      tzinfo
    exifr (1.3.10)
    ffi (1.15.5)
    fugit (1.8.1)
      et-orbi (~> 1, >= 1.2.7)
    ffi (1.17.0)
    fugit (1.11.1)
      et-orbi (~> 1, >= 1.2.11)
      raabro (~> 1.4)
    geocoder (1.8.2)
    geocoder (1.8.3)
      base64 (>= 0.1.0)
      csv (>= 3.0.0)
    listen (3.8.0)
      rb-fsevent (~> 0.10, >= 0.10.3)
      rb-inotify (~> 0.9, >= 0.9.10)
    logger (1.6.1)
    maid (0.10.0)
      deprecated (~> 3.0.0)
      dimensions (>= 1.0.0, < 2.0)
@@ -28,13 +33,14 @@ GEM
      rufus-scheduler (~> 3.8.2)
      thor (~> 1.2.1)
      xdg (~> 2.2.3)
    mime-types (3.5.1)
    mime-types (3.6.0)
      logger
      mime-types-data (~> 3.2015)
    mime-types-data (3.2023.0808)
    mime-types-data (3.2024.1001)
    raabro (1.4.0)
    rake (13.0.6)
    rake (13.2.1)
    rb-fsevent (0.11.2)
    rb-inotify (0.10.1)
    rb-inotify (0.11.1)
      ffi (~> 1.0)
    rubyzip (2.3.2)
    rufus-scheduler (3.8.2)
@@ -52,4 +58,4 @@ DEPENDENCIES
  rake

BUNDLED WITH
   2.3.26
   2.5.11
+50 −19
Original line number Diff line number Diff line
{
  base64 = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
      type = "gem";
    };
    version = "0.2.0";
  };
  concurrent-ruby = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0krcwb6mn0iklajwngwsg850nk8k9b35dhmc2qkbdqvmifdi2y9q";
      sha256 = "0chwfdq2a6kbj6xz9l6zrdfnyghnh32si82la1dnpa5h75ir5anl";
      type = "gem";
    };
    version = "1.2.2";
    version = "1.3.4";
  };
  csv = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0zfn40dvgjk1xv1z8l11hr9jfg3jncwsc9yhzsz4l4rivkpivg8b";
      type = "gem";
    };
    version = "3.3.0";
  };
  deprecated = {
    groups = ["default"];
@@ -45,10 +65,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1d2z4ky2v15dpcz672i2p7lb2nc793dasq3yq3660h2az53kss9v";
      sha256 = "0r6zylqjfv0xhdxvldr0kgmnglm57nm506pcm6085f0xqa68cvnj";
      type = "gem";
    };
    version = "1.2.7";
    version = "1.2.11";
  };
  exifr = {
    groups = ["default"];
@@ -65,10 +85,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1862ydmclzy1a0cjbvm8dz7847d9rch495ib0zb64y84d3xd4bkg";
      sha256 = "07139870npj59jnl8vmk39ja3gdk3fb5z9vc0lf32y2h891hwqsi";
      type = "gem";
    };
    version = "1.15.5";
    version = "1.17.0";
  };
  fugit = {
    dependencies = ["et-orbi" "raabro"];
@@ -76,20 +96,21 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1cm2lrvhrpqq19hbdsxf4lq2nkb2qdldbdxh3gvi15l62dlb5zqq";
      sha256 = "0s4qhq3mjl0gak5wl20w9d5jhq069mk1393dkj76s8i2pvkqb578";
      type = "gem";
    };
    version = "1.8.1";
    version = "1.11.1";
  };
  geocoder = {
    dependencies = ["base64" "csv"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "120lqyq308q8hg8ykawd7cp3k2ck8z9g5f9ffijp8dn2k9f21fjc";
      sha256 = "1cvzz9i5s5dngrw6101bc6kn25c4f2jsb6pnq5yb842scjh6848n";
      type = "gem";
    };
    version = "1.8.2";
    version = "1.8.3";
  };
  listen = {
    dependencies = ["rb-fsevent" "rb-inotify"];
@@ -102,6 +123,16 @@
    };
    version = "3.8.0";
  };
  logger = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0lwncq2rf8gm79g2rcnnyzs26ma1f4wnfjm6gs4zf2wlsdz5in9s";
      type = "gem";
    };
    version = "1.6.1";
  };
  maid = {
    dependencies = ["deprecated" "dimensions" "escape" "exifr" "geocoder" "listen" "mime-types" "rubyzip" "rufus-scheduler" "thor" "xdg"];
    groups = ["default"];
@@ -114,25 +145,25 @@
    version = "0.10.0";
  };
  mime-types = {
    dependencies = ["mime-types-data"];
    dependencies = ["logger" "mime-types-data"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0q8d881k1b3rbsfcdi3fx0b5vpdr5wcrhn88r2d9j7zjdkxp5mw5";
      sha256 = "0r34mc3n7sxsbm9mzyzy8m3dvq7pwbryyc8m452axkj0g2axnwbg";
      type = "gem";
    };
    version = "3.5.1";
    version = "3.6.0";
  };
  mime-types-data = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "17zdim7kzrh5j8c97vjqp4xp78wbyz7smdp4hi5iyzk0s9imdn5a";
      sha256 = "06dbn0j13jwdrmlvrjd50mxqrjlkh3lvxp0afh4glyzbliqvqpsd";
      type = "gem";
    };
    version = "3.2023.0808";
    version = "3.2024.1001";
  };
  raabro = {
    groups = ["default"];
@@ -149,10 +180,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
      sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
      type = "gem";
    };
    version = "13.0.6";
    version = "13.2.1";
  };
  rb-fsevent = {
    groups = ["default"];
@@ -170,10 +201,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
      sha256 = "0vmy8xgahixcz6hzwy4zdcyn2y6d6ri8dqv5xccgzc1r292019x0";
      type = "gem";
    };
    version = "0.10.1";
    version = "0.11.1";
  };
  rubyzip = {
    groups = ["default"];