Commit a9cb41ae authored by teutat3s's avatar teutat3s Committed by github-actions[bot]
Browse files

schleuder: add net-smtp dependency to fix tests

(cherry picked from commit 16892572)
parent 75000c2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
source 'https://rubygems.org' do
  gem 'schleuder'
  gem 'net-smtp'
end
+36 −31
Original line number Diff line number Diff line
@@ -4,41 +4,45 @@ GEM
GEM
  remote: https://rubygems.org/
  specs:
    activemodel (6.1.6)
      activesupport (= 6.1.6)
    activerecord (6.1.6)
      activemodel (= 6.1.6)
      activesupport (= 6.1.6)
    activesupport (6.1.6)
    activemodel (6.1.7.7)
      activesupport (= 6.1.7.7)
    activerecord (6.1.7.7)
      activemodel (= 6.1.7.7)
      activesupport (= 6.1.7.7)
    activesupport (6.1.7.7)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
      zeitwerk (~> 2.3)
    bcrypt (3.1.18)
    bcrypt (3.1.20)
    charlock_holmes (0.7.7)
    concurrent-ruby (1.1.10)
    concurrent-ruby (1.3.1)
    daemons (1.4.1)
    eventmachine (1.2.7)
    gpgme (2.0.20)
      mini_portile2 (~> 2.3)
    i18n (1.10.0)
    gpgme (2.0.24)
      mini_portile2 (~> 2.7)
    i18n (1.14.5)
      concurrent-ruby (~> 1.0)
    mail (2.7.1)
      mini_mime (>= 0.1.1)
    mail-gpg (0.4.4)
      gpgme (~> 2.0, >= 2.0.2)
      mail (~> 2.5, >= 2.5.3)
    mini_mime (1.1.2)
    mini_portile2 (2.8.0)
    minitest (5.16.1)
    mini_mime (1.1.5)
    mini_portile2 (2.8.6)
    minitest (5.23.1)
    multi_json (1.15.0)
    mustermann (1.1.1)
    mustermann (2.0.2)
      ruby2_keywords (~> 0.0.1)
    rack (2.2.3.1)
    rack-protection (2.2.0)
    net-protocol (0.2.2)
      timeout
    net-smtp (0.5.0)
      net-protocol
    rack (2.2.9)
    rack-protection (2.2.4)
      rack
    rake (13.0.6)
    rake (13.2.1)
    ruby2_keywords (0.0.5)
    schleuder (4.0.3)
      activerecord (~> 6.1.3)
@@ -53,34 +57,35 @@ GEM
      sqlite3 (~> 1.4.2)
      thin (~> 1)
      thor (~> 0)
    sinatra (2.2.0)
      mustermann (~> 1.0)
    sinatra (2.2.4)
      mustermann (~> 2.0)
      rack (~> 2.2)
      rack-protection (= 2.2.0)
      rack-protection (= 2.2.4)
      tilt (~> 2.0)
    sinatra-contrib (2.2.0)
    sinatra-contrib (2.2.4)
      multi_json
      mustermann (~> 1.0)
      rack-protection (= 2.2.0)
      sinatra (= 2.2.0)
      mustermann (~> 2.0)
      rack-protection (= 2.2.4)
      sinatra (= 2.2.4)
      tilt (~> 2.0)
    sqlite3 (1.4.4)
    thin (1.8.1)
    thin (1.8.2)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    thor (0.20.3)
    tilt (2.0.10)
    tzinfo (2.0.4)
    tilt (2.3.0)
    timeout (0.4.1)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    zeitwerk (2.6.0)
    zeitwerk (2.6.15)

PLATFORMS
  aarch64-linux
  x86_64-linux

DEPENDENCIES
  net-smtp!
  schleuder!

BUNDLED WITH
   2.3.9
   2.5.9
+72 −40
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1f0ai51icvvx5q0jd1l89k0dlwzpsrkqlj6x43f8qc4bd1ya9glx";
      sha256 = "0zz32997k2fsyd0fzrh8f79yjr6hv3i4j9wykkxncl02j8dhrkay";
      type = "gem";
    };
    version = "6.1.6";
    version = "6.1.7.7";
  };
  activerecord = {
    dependencies = ["activemodel" "activesupport"];
@@ -16,10 +16,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0khjnkvmiyap1g3rvw9hp16mzai4smqcg5hxhq28pll25ljzxdbp";
      sha256 = "0qzymgyrvw2k32ldabp2jr0zgp6z9w8smyb946qgvs9zfs4n2qnn";
      type = "gem";
    };
    version = "6.1.6";
    version = "6.1.7.7";
  };
  activesupport = {
    dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
@@ -27,20 +27,20 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "08wzpwgdm03vzb8gqr8bvfdarb89g5ah0skvwqk6qv87p55xqkyw";
      sha256 = "0r2i9b0pm0b1dy8fc7kyls1g7f0bcnyq53v825rykibzdqfqdfgp";
      type = "gem";
    };
    version = "6.1.6";
    version = "6.1.7.7";
  };
  bcrypt = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "048z3fvcknqx7ikkhrcrykxlqmf9bzc7l0y5h1cnvrc9n2qf0k8m";
      sha256 = "16a0g2q40biv93i1hch3gw8rbmhp77qnnifj1k0a6m7dng3zh444";
      type = "gem";
    };
    version = "3.1.18";
    version = "3.1.20";
  };
  charlock_holmes = {
    groups = ["default"];
@@ -57,10 +57,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14";
      sha256 = "1kmhr3pz2nmhnq0nqlicqfwfmkzkcl835g7sw1gjjhjvhz8g2sf3";
      type = "gem";
    };
    version = "1.1.10";
    version = "1.3.1";
  };
  daemons = {
    groups = ["default"];
@@ -88,10 +88,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0xbgh9d8nbvsvyzqnd0mzhz0nr9hx4qn025kmz6d837lry4lc6gw";
      sha256 = "0r1vmql7w7ka5xzj1aqf8pk2a4sv0znwj2zkg1fgvd5b89qcvv2k";
      type = "gem";
    };
    version = "2.0.20";
    version = "2.0.24";
  };
  i18n = {
    dependencies = ["concurrent-ruby"];
@@ -99,10 +99,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0b2qyvnk4yynlg17ymkq4g5xgr275637fhl1mjh0valw3cb1fhhg";
      sha256 = "1ffix518y7976qih9k1lgnc17i3v6yrlh0a3mckpxdb4wc2vrp16";
      type = "gem";
    };
    version = "1.10.0";
    version = "1.14.5";
  };
  mail = {
    dependencies = ["mini_mime"];
@@ -131,30 +131,30 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0lbim375gw2dk6383qirz13hgdmxlan0vc5da2l072j3qw6fqjm5";
      sha256 = "1vycif7pjzkr29mfk4dlqv3disc5dn0va04lkwajlpr1wkibg0c6";
      type = "gem";
    };
    version = "1.1.2";
    version = "1.1.5";
  };
  mini_portile2 = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0rapl1sfmfi3bfr68da4ca16yhc0pp93vjwkj7y3rdqrzy3b41hy";
      sha256 = "149r94xi6b3jbp6bv72f8383b95ndn0p5sxnq11gs1j9jadv0ajf";
      type = "gem";
    };
    version = "2.8.0";
    version = "2.8.6";
  };
  minitest = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "08z6rgs1jgbc032843mwg3fayvzn4hihz8bl2gp87pf7z02kw5f3";
      sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i";
      type = "gem";
    };
    version = "5.16.1";
    version = "5.23.1";
  };
  multi_json = {
    groups = ["default"];
@@ -172,20 +172,42 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0ccm54qgshr1lq3pr1dfh7gphkilc19dp63rw6fcx7460pjwy88a";
      sha256 = "0m70qz27mlv2rhk4j1li6pw797gmiwwqg02vcgxcxr1rq2v53rnb";
      type = "gem";
    };
    version = "1.1.1";
    version = "2.0.2";
  };
  net-protocol = {
    dependencies = ["timeout"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1a32l4x73hz200cm587bc29q8q9az278syw3x6fkc9d1lv5y0wxa";
      type = "gem";
    };
    version = "0.2.2";
  };
  net-smtp = {
    dependencies = ["net-protocol"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0amlhz8fhnjfmsiqcjajip57ici2xhw089x7zqyhpk51drg43h2z";
      type = "gem";
    };
    version = "0.5.0";
  };
  rack = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1b1qsg0yfargdhmpapp2d3mlxj82wyygs9nj74w0r03diyi8swlc";
      sha256 = "0hj0rkw2z9r1lcg2wlrcld2n3phwrcgqcp7qd1g9a7hwgalh2qzx";
      type = "gem";
    };
    version = "2.2.3.1";
    version = "2.2.9";
  };
  rack-protection = {
    dependencies = ["rack"];
@@ -193,20 +215,20 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1hz6h6d67r217qi202qmxq2xkn3643ay3iybhl3dq3qd6j8nm3b2";
      sha256 = "1d6irsigm0i4ig1m47c94kixi3wb8jnxwvwkl8qxvyngmb73srl2";
      type = "gem";
    };
    version = "2.2.0";
    version = "2.2.4";
  };
  rake = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
      sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
      type = "gem";
    };
    version = "13.0.6";
    version = "13.2.1";
  };
  ruby2_keywords = {
    groups = ["default"];
@@ -235,10 +257,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1x3rci7k30g96y307hvglpdgm3f7nga3k3n4i8n1v2xxx290800y";
      sha256 = "0wkc079h6hzq737j4wycpnv7c38mhd0rl33pszyy7768zzvyjc9y";
      type = "gem";
    };
    version = "2.2.0";
    version = "2.2.4";
  };
  sinatra-contrib = {
    dependencies = ["multi_json" "mustermann" "rack-protection" "sinatra" "tilt"];
@@ -246,10 +268,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0zzckl2n7r18fk3929hgcv8pby6hxwva0rbxw66yq6r96lnwzryb";
      sha256 = "0s6c1k3zzxp3xa7libvlpqaby27124rccyyxcsly04ih904cxk33";
      type = "gem";
    };
    version = "2.2.0";
    version = "2.2.4";
  };
  sqlite3 = {
    groups = ["default"];
@@ -267,10 +289,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "123bh7qlv6shk8bg8cjc84ix8bhlfcilwnn3iy6zq3l57yaplm9l";
      sha256 = "08g1yq6zzvgndj8fd98ah7pp8g2diw28p8bfjgv7rvjvp8d2am8w";
      type = "gem";
    };
    version = "1.8.1";
    version = "1.8.2";
  };
  thor = {
    groups = ["default"];
@@ -287,10 +309,20 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0rn8z8hda4h41a64l0zhkiwz2vxw9b1nb70gl37h1dg2k874yrlv";
      sha256 = "0p3l7v619hwfi781l3r7ypyv1l8hivp09r18kmkn6g11c4yr1pc2";
      type = "gem";
    };
    version = "2.3.0";
  };
  timeout = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "16mvvsmx90023wrhf8dxc1lpqh0m8alk65shb7xcya6a9gflw7vg";
      type = "gem";
    };
    version = "2.0.10";
    version = "0.4.1";
  };
  tzinfo = {
    dependencies = ["concurrent-ruby"];
@@ -298,19 +330,19 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "10qp5x7f9hvlc0psv9gsfbxg4a7s0485wsbq1kljkxq94in91l4z";
      sha256 = "16w2g84dzaf3z13gxyzlzbf748kylk5bdgg3n1ipvkvvqy685bwd";
      type = "gem";
    };
    version = "2.0.4";
    version = "2.0.6";
  };
  zeitwerk = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0xjdr2szxvn3zb1sb5l8nfd6k9jr3b4qqbbg1mj9grf68m3fxckc";
      sha256 = "1kr2731z8f6cj23jxh67cdnpkrnnfwbrxj1hfhshls4mp8i8drmj";
      type = "gem";
    };
    version = "2.6.0";
    version = "2.6.15";
  };
}