Skip to content

Commit

Permalink
update json serialization library
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Jan 17, 2024
1 parent 7665133 commit a4ed4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'search_object_graphql', '0.3.1'
gem 'scenic', '~>1.5.4'

#higher performance json encoding
gem 'oj', '~> 3.13.10'
gem 'oj', '~> 3.16.3'

# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.4', require: false
Expand Down

0 comments on commit a4ed4ae

Please sign in to comment.