-
source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.0.0" gem "rails", "~> 7.0.0" gem "sprockets-rails" gem "pg", "~> 1.1" gem "puma", "~> 5.0" gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] group :development, :test do gem "debug", platforms: %i[ mri mingw x64_mingw ] end
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
Puts Debuggerer
Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.
source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.0.0" gem "rails", "~> 7.0.0" gem "sprockets-rails" gem "pg", "~> 1.1" gem "puma", "~> 5.0" gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] group :development, :test do gem "debug", platforms: %i[ mri mingw x64_mingw ] end