6 lines
67 B
Ruby
6 lines
67 B
Ruby
source 'https://rubygems.org'
|
|
ruby '2.7.2'
|
|
gem 'bunny'
|
|
gem 'mail'
|
|
|