combined consumer and proxy into minimal rails backed

This commit is contained in:
Mike Sutton
2022-11-16 01:01:10 +01:00
parent d3be685b08
commit 329e66c949
16 changed files with 33 additions and 346 deletions

5
tests/Gemfile Normal file
View File

@ -0,0 +1,5 @@
source 'https://rubygems.org'
ruby '2.7.2'
gem 'bunny'
gem 'mail'