File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 99- Added new loading spinner icon for tables (#7602 )
1010- Added functionality to apply bonuses and penalties as a percentage of the student's earned marks to ExtraMark model (#7702 )
1111- Switched to consistent Font Awesome chevrons for expander icons (#7713 )
12+ - Install Ruby-LSP to allow development inside different IDEs such as VSCode (#7718 )
1213
1314### 🐛 Bug fixes
1415- Fix name column search in graders table (#7693 )
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ group :development do
8383 gem 'bootsnap' , require : false
8484 gem 'brakeman' , require : false
8585 gem 'listen' # to listen for changes in i18n-js files
86+ gem 'ruby-lsp' , require : false
8687end
8788
8889group :test do
You can’t perform that action at this time.
0 commit comments