basic proxy and consumer done

This commit is contained in:
Mike Sutton
2022-11-15 01:03:15 +01:00
parent 14e163a1a5
commit d3be685b08
15 changed files with 334 additions and 45 deletions

View File

@ -1,17 +1,7 @@
source 'https://rubygems.org'
ruby '2.6.5'
gem 'dotenv-rails'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false
group :development do
gem 'web-console', '>= 3.3.0'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
end
ruby '2.7.2'
gem 'dotenv'
gem 'bunny'
gem 'midi-smtp-server', '~> 3.0.1'
gem 'openssl', '~> 2.1.0'
gem 'mail'
gem 'openssl'