EC-21: FEAT: Added better tools for auto build & publishing

Refers: Evercatch/evercatch-board#21
This commit is contained in:
2026-02-20 11:14:42 +00:00
parent 1c6812483d
commit f31001dd51
2 changed files with 53 additions and 0 deletions

14
Gemfile Normal file
View File

@@ -0,0 +1,14 @@
# Gemfile
# Default source for all public gems
source "https://rubygems.org"
# Other project gems
gem "rails", "~> 7.0"
gem "puma", "~> 6.4"
# Specify that the 'evercatch' gem should be fetched from Gitea server.
# The user must have their ~/.gem/credentials configured.
source "https://git.psmattas.com/api/packages/Evercatch/rubygems" do
gem "evercatch", "~> 0.0.1"
end