Skip to content

Commit

Permalink
schleuder: add net-smtp dependency to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teutat3s committed May 30, 2024
1 parent ad57eef commit 1689257
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 71 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/security/schleuder/Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org' do
gem 'schleuder'
gem 'net-smtp'
end
67 changes: 36 additions & 31 deletions pkgs/tools/security/schleuder/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Loading

0 comments on commit 1689257

Please sign in to comment.