bettermail/proxy/Gemfile
2022-11-12 02:27:46 +01:00

18 lines
492 B
Ruby

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
gem 'bunny'
gem 'midi-smtp-server', '~> 3.0.1'
gem 'openssl', '~> 2.1.0'