Modernized the app with app structure from Stage Manager
This commit is contained in:
14
Gemfile
14
Gemfile
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user