Downgrade json_schemer to re-enable timeout messages

See https://github.com/openHPI/codeocean/issues/1914
This commit is contained in:
Sebastian Serth
2023-09-19 10:09:07 +02:00
parent fca0fddcfc
commit f6975ac750
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'
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 'js-routes'
gem 'jwt'
gem 'kramdown'

View File

@ -182,7 +182,7 @@ GEM
js-routes (2.2.7)
railties (>= 4)
json (2.6.3)
json_schemer (2.0.0)
json_schemer (1.0.3)
hana (~> 1.3)
regexp_parser (~> 2.0)
simpleidn (~> 0.2)
@ -555,7 +555,7 @@ DEPENDENCIES
ims-lti (< 2.0.0)
jbuilder
js-routes
json_schemer
json_schemer (< 2.0.0)
jwt
kramdown
letter_opener