Modernized the app with app structure from Stage Manager

This commit is contained in:
2023-03-31 11:52:37 -04:00
parent 4568733655
commit 72bb25a6ad
16 changed files with 285 additions and 78 deletions

14
Gemfile
View File

@ -1,8 +1,16 @@
source 'https://rubygems.org'
gem 'sinatra', '~> 3.0'
gem 'puma', '~> 6.0'
gem 'rerun'
gem 'puma', '~> 6.1'
gem 'net-ldap', '~> 0.17'
group :development, :test do
# Use guard-rack gem to auto-reload app
gem 'guard-rack'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
# rubocop and extensions for code style
gem 'rubocop'
end