init push - laying out the project
This commit is contained in:
15
notifications/Gemfile
Normal file
15
notifications/Gemfile
Normal file
@ -0,0 +1,15 @@
|
||||
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'
|
Reference in New Issue
Block a user