Install blueprinter

This commit is contained in:
Justin Edmund 2022-12-21 01:13:46 -08:00
parent c1716c1e4f
commit b584a523c6
2 changed files with 23 additions and 18 deletions

View file

@ -19,6 +19,9 @@ gem 'doorkeeper'
# Templating system with JSON, XML and Plist support. # Templating system with JSON, XML and Plist support.
gem 'rabl' gem 'rabl'
# Simple, Fast, and Declarative Serialization Library for Ruby
gem 'blueprinter'
# Optimized JSON. # Optimized JSON.
gem 'oj' gem 'oj'

View file

@ -73,6 +73,7 @@ GEM
backport (1.2.0) backport (1.2.0)
bcrypt (3.1.16) bcrypt (3.1.16)
benchmark (0.2.0) benchmark (0.2.0)
blueprinter (0.25.3)
bootsnap (1.9.1) bootsnap (1.9.1)
msgpack (~> 1.0) msgpack (~> 1.0)
builder (3.2.4) builder (3.2.4)
@ -286,6 +287,7 @@ DEPENDENCIES
awesome_nested_set awesome_nested_set
awesome_print awesome_print
bcrypt bcrypt
blueprinter
bootsnap bootsnap
byebug byebug
database_cleaner database_cleaner