1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

Remove sentry, redis and sidekiq

This commit is contained in:
Claude Ayitey 2024-01-06 14:50:13 +00:00
parent eff0a7b9e8
commit c2f3e65d25

View file

@ -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 ]
@ -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"