-
- Downloads
Fix RuboCop complaints
Showing
- Gemfile 4 additions, 4 deletionsGemfile
- app/controllers/groups_controller.rb 2 additions, 0 deletionsapp/controllers/groups_controller.rb
- app/models/user.rb 1 addition, 1 deletionapp/models/user.rb
- config/environments/production.rb 2 additions, 2 deletionsconfig/environments/production.rb
- db/schema.rb 7 additions, 5 deletionsdb/schema.rb
- test/controllers/groups_controller_test.rb 2 additions, 0 deletionstest/controllers/groups_controller_test.rb
- test/controllers/users_controller_test.rb 2 additions, 0 deletionstest/controllers/users_controller_test.rb
- test/models/group_test.rb 2 additions, 0 deletionstest/models/group_test.rb
- test/models/user_test.rb 2 additions, 0 deletionstest/models/user_test.rb
... | ... | @@ -23,14 +23,14 @@ gem 'jbuilder', '~> 2.7' |
# Use Active Storage variant | ||
# gem 'image_processing', '~> 1.2' | ||
gem 'haml-rails', '~> 2.0' | ||
gem 'bootstrap', '~> 4.4', '>= 4.4.1' | ||
gem 'font-awesome-sass', '~> 5.12.0' | ||
gem 'haml-rails', '~> 2.0' | ||
gem 'activeldap', '~> 5.2', '>= 5.2.4', :require => 'active_ldap/railtie' | ||
gem 'net-ldap', '~> 0.16.2' | ||
gem 'jquery-rails', '~> 4.3', '>= 4.3.5' | ||
gem 'activeldap', '~> 5.2', '>= 5.2.4', require: 'active_ldap/railtie' | ||
gem 'jquery-datatables', '~> 1.10', '>= 1.10.20' | ||
gem 'jquery-rails', '~> 4.3', '>= 4.3.5' | ||
gem 'net-ldap', '~> 0.16.2' | ||
# Reduces boot times through caching; required in config/boot.rb | ||
gem 'bootsnap', '>= 1.4.2', require: false | ||
... | ... |
Please register or sign in to comment