diff options
author | HombreLaser <sebastian-440@live.com> | 2023-02-20 20:02:25 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-02-20 20:02:25 -0600 |
commit | a7a0544156a6299f1933c234f172b6b768b06cad (patch) | |
tree | 704770c1f11b5e42f903c26752c571fa6572f986 /Gemfile | |
parent | 844d7c974b442b0dd6a504212f50cecc414dce0e (diff) |
Añade jsonapi-serializer
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ gem 'bootsnap', require: false # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible # gem "rack-cors" +# JSON serializer. +gem 'jsonapi-serializer' + group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri mingw x64_mingw] |