demoduled merged for easier deploy

This commit is contained in:
2022-12-07 16:11:06 +02:00
parent e2f2f43e4c
commit be96f62452
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,4 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.0.4"
@ -18,7 +17,8 @@ gem 'haml-rails'
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"
gem "merged" , path: 'merged'
gem "merged" , git: "https://github.com/HubFeenixMakers/merged"
#gem "merged" , path: "../merged"
group :production do
gem "passenger"