initial telegram bot

This commit is contained in:
Dylan Knutson
2025-07-31 03:33:44 +00:00
parent d899413d7c
commit 83ae4ebd45
7 changed files with 471 additions and 1 deletions

View File

@@ -55,7 +55,7 @@ gem "bootsnap", require: false
group :development, :test, :staging do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", "~> 1.11", platforms: %i[mri mingw x64_mingw]
gem "debug", "~> 1.11", platforms: %i[mri mingw x64_mingw], require: false
end
group :development, :staging do