Skip to content
Snippets Groups Projects
Commit e375f339 authored by georg's avatar georg
Browse files

Merge branch 'Gemfile' into 'main'

Add possiblity to extend Schleuder-Web with additional gems

See merge request !117
parents 6e183023 81d5ad16
No related branches found
No related tags found
1 merge request!117Add possiblity to extend Schleuder-Web with additional gems
Pipeline #178040 failed
...@@ -37,3 +37,7 @@ group :test do ...@@ -37,3 +37,7 @@ group :test do
gem 'sinatra' gem 'sinatra'
gem 'launchy' gem 'launchy'
end end
Dir['Gemfile.local*'].each do |file|
eval_gemfile file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment