Update JSONSchemer to newest version

The issues with the unrecognized type have been resolved, allowing us to upgrade again.
This commit is contained in:
Sebastian Serth
2023-09-19 11:18:34 +02:00
committed by Sebastian Serth
parent 72009667a6
commit 1fcc81d852
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ gem 'http_accept_language'
gem 'i18n-js'
gem 'ims-lti', '< 2.0.0' # Version 2 implements LTI 2.0, which is deprecated. Hence, we stay with version 1.
gem 'jbuilder'
gem 'json_schemer', '< 2.0.0' # Version 2 currently has a bug that prevents validating timeout messages. See https://github.com/openHPI/codeocean/issues/1914
gem 'json_schemer'
gem 'js-routes'
gem 'jwt'
gem 'kramdown'