FIX: Include `json_schemer` in prod (#12351)

This commit is contained in:
Penar Musaraj 2021-03-10 21:32:23 -05:00 committed by GitHub
parent 83519e7f3a
commit 0cd4da51c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -132,6 +132,7 @@ gem 'rack-protection' # security
gem 'cbor', require: false
gem 'cose', require: false
gem 'addressable'
gem 'json_schemer'
# Gems used only for assets and not required in production environments by default.
# Allow everywhere for now cause we are allowing asset debugging in production
@ -167,7 +168,6 @@ group :test, :development do
gem 'parallel_tests'
gem 'rswag-specs'
gem 'json_schemer'
end
group :development do