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
|
# New Relic Ruby Agent
|
||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
|
|
||||||
|
# Parallel processing made simple and fast
|
||||||
|
gem 'parallel'
|
||||||
|
|
||||||
# The Sentry SDK for Rails
|
# The Sentry SDK for Rails
|
||||||
gem "stackprof"
|
gem 'sentry-rails'
|
||||||
gem "sentry-ruby"
|
gem 'sentry-ruby'
|
||||||
gem "sentry-rails"
|
gem 'stackprof'
|
||||||
|
|
||||||
group :doc do
|
group :doc do
|
||||||
gem 'apipie-rails'
|
gem 'apipie-rails'
|
||||||
|
|
|
||||||
|
|
@ -482,6 +482,7 @@ DEPENDENCIES
|
||||||
mini_magick
|
mini_magick
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
oj
|
oj
|
||||||
|
parallel
|
||||||
pg
|
pg
|
||||||
pg_query
|
pg_query
|
||||||
pg_search
|
pg_search
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue