1
0
Fork 0
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:
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]
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
gem "tzinfo-data", platforms: %i[ windows jruby ]
@ -50,7 +47,7 @@ gem 'plaid'
gem 'money'
# Background jobs
gem 'sidekiq'
gem 'good_job'
# External API
gem 'faraday'
@ -68,7 +65,6 @@ gem 'postmark-rails'
# Error reporting
gem "sentry-ruby"
gem "sentry-rails"
gem "sentry-sidekiq"
# Billing
gem "pay", "~> 6.0"