Add parallel gem

This commit is contained in:
Justin Edmund 2025-03-01 05:29:21 -08:00
parent 82b3d0ed88
commit ae62d594a8
2 changed files with 7 additions and 3 deletions

View file

@ -76,10 +76,13 @@ gem 'strscan'
# New Relic Ruby Agent
gem 'newrelic_rpm'
# Parallel processing made simple and fast
gem 'parallel'
# The Sentry SDK for Rails
gem "stackprof"
gem "sentry-ruby"
gem "sentry-rails"
gem 'sentry-rails'
gem 'sentry-ruby'
gem 'stackprof'
group :doc do
gem 'apipie-rails'

View file

@ -482,6 +482,7 @@ DEPENDENCIES
mini_magick
newrelic_rpm
oj
parallel
pg
pg_query
pg_search