Update JSONSchemer to newest version
The issues with the unrecognized type have been resolved, allowing us to upgrade again.
This commit is contained in:

committed by
Sebastian Serth

parent
72009667a6
commit
1fcc81d852
2
Gemfile
2
Gemfile
@ -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'
|
||||
|
Reference in New Issue
Block a user