Add parallel gem
This commit is contained in:
parent
82b3d0ed88
commit
ae62d594a8
2 changed files with 7 additions and 3 deletions
9
Gemfile
9
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -482,6 +482,7 @@ DEPENDENCIES
|
|||
mini_magick
|
||||
newrelic_rpm
|
||||
oj
|
||||
parallel
|
||||
pg
|
||||
pg_query
|
||||
pg_search
|
||||
|
|
|
|||
Loading…
Reference in a new issue