source '
https://rubygems.org'
git_source(:github) { |repo| "
https://github.com/#{repo}.git" }
ruby '2.5.1'
gem 'rails', '~> 5.2.1'
gem 'pg'
gem 'bootsnap', '>= 1.1.0', require: false
# gem 'passenger', require: "phusion_passenger/rack_handler"
gem 'puma'
group :development, :test do
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'spring', ' >= 2.0.2'
end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]