Install blueprinter
This commit is contained in:
parent
c1716c1e4f
commit
b584a523c6
2 changed files with 23 additions and 18 deletions
3
Gemfile
3
Gemfile
|
|
@ -19,6 +19,9 @@ gem 'doorkeeper'
|
|||
# Templating system with JSON, XML and Plist support.
|
||||
gem 'rabl'
|
||||
|
||||
# Simple, Fast, and Declarative Serialization Library for Ruby
|
||||
gem 'blueprinter'
|
||||
|
||||
# Optimized JSON.
|
||||
gem 'oj'
|
||||
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ GEM
|
|||
backport (1.2.0)
|
||||
bcrypt (3.1.16)
|
||||
benchmark (0.2.0)
|
||||
blueprinter (0.25.3)
|
||||
bootsnap (1.9.1)
|
||||
msgpack (~> 1.0)
|
||||
builder (3.2.4)
|
||||
|
|
@ -286,6 +287,7 @@ DEPENDENCIES
|
|||
awesome_nested_set
|
||||
awesome_print
|
||||
bcrypt
|
||||
blueprinter
|
||||
bootsnap
|
||||
byebug
|
||||
database_cleaner
|
||||
|
|
|
|||
Loading…
Reference in a new issue