Add jbuilder for json based views

This commit is contained in:
Eric Schultz 2020-04-20 16:41:31 -05:00
parent b19cb9ddc8
commit f6f92788dd
2 changed files with 4 additions and 0 deletions

View file

@ -4,6 +4,7 @@ source 'https://rubygems.org'
ruby '2.6.6' ruby '2.6.6'
gem 'rails', '~> 5.2.3' gem 'rails', '~> 5.2.3'
gem 'jbuilder', '~> 2.10'
gem 'bootsnap', '~> 1.4', require: false # Large rails application booting enhancer gem 'bootsnap', '~> 1.4', require: false # Large rails application booting enhancer
gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets gem 'font_assets', '~> 0.1.14' # for serving fonts on cdn https://github.com/ericallam/font_assets
gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby gem 'hamster', '~> 3.0' # Thread-safe collection classes for Ruby

View file

@ -267,6 +267,8 @@ GEM
i18n_data (0.8.0) i18n_data (0.8.0)
ice_nine (0.11.2) ice_nine (0.11.2)
jaro_winkler (1.5.3) jaro_winkler (1.5.3)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
jmespath (1.4.0) jmespath (1.4.0)
json (1.8.6) json (1.8.6)
kdtree (0.4) kdtree (0.4)
@ -544,6 +546,7 @@ DEPENDENCIES
heroku-deflater (~> 0.6.3) heroku-deflater (~> 0.6.3)
httparty (~> 0.17.0) httparty (~> 0.17.0)
i18n-js (~> 3.3) i18n-js (~> 3.3)
jbuilder (~> 2.10)
lograge (~> 0.11.2) lograge (~> 0.11.2)
mail_view (~> 2.0) mail_view (~> 2.0)
mini_magick (~> 4.9) mini_magick (~> 4.9)