EC-21: FEAT: Added better tools for auto build & publishing
Refers: Evercatch/evercatch-board#21
This commit is contained in:
14
Gemfile
Normal file
14
Gemfile
Normal 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
|
||||
Reference in New Issue
Block a user