mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 07:25:19 +02:00
Remove sentry, redis and sidekiq
This commit is contained in:
parent
eff0a7b9e8
commit
c2f3e65d25
1 changed files with 2 additions and 6 deletions
8
Gemfile
8
Gemfile
|
@ -30,9 +30,6 @@ gem "tailwindcss-rails"
|
||||||
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
|
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
|
||||||
gem "jbuilder"
|
gem "jbuilder"
|
||||||
|
|
||||||
# Use Redis adapter to run Action Cable in production
|
|
||||||
gem "redis", ">= 4.0.1"
|
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
||||||
|
|
||||||
|
@ -40,7 +37,7 @@ gem "tzinfo-data", platforms: %i[ windows jruby ]
|
||||||
gem "bootsnap", require: false
|
gem "bootsnap", require: false
|
||||||
|
|
||||||
# Authentication
|
# Authentication
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'omniauth'
|
gem 'omniauth'
|
||||||
gem 'omniauth-rails_csrf_protection'
|
gem 'omniauth-rails_csrf_protection'
|
||||||
gem 'wicked'
|
gem 'wicked'
|
||||||
|
@ -50,7 +47,7 @@ gem 'plaid'
|
||||||
gem 'money'
|
gem 'money'
|
||||||
|
|
||||||
# Background jobs
|
# Background jobs
|
||||||
gem 'sidekiq'
|
gem 'good_job'
|
||||||
|
|
||||||
# External API
|
# External API
|
||||||
gem 'faraday'
|
gem 'faraday'
|
||||||
|
@ -68,7 +65,6 @@ gem 'postmark-rails'
|
||||||
# Error reporting
|
# Error reporting
|
||||||
gem "sentry-ruby"
|
gem "sentry-ruby"
|
||||||
gem "sentry-rails"
|
gem "sentry-rails"
|
||||||
gem "sentry-sidekiq"
|
|
||||||
|
|
||||||
# Billing
|
# Billing
|
||||||
gem "pay", "~> 6.0"
|
gem "pay", "~> 6.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue