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

Deps cleanup (#702)

This commit is contained in:
Zach Gollwitzer 2024-05-02 10:18:06 -04:00 committed by GitHub
parent 4c5f8263bc
commit 98df7ccb11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 56 additions and 170 deletions

19
Gemfile
View file

@ -7,7 +7,6 @@ gem "rails", github: "rails/rails", branch: "main"
# Drivers
gem "pg", "~> 1.5"
gem "redis", ">= 4.0.1"
# Deployment
gem "puma", ">= 5.0"
@ -33,37 +32,35 @@ gem "ransack"
gem "stackprof"
gem "sentry-ruby"
gem "sentry-rails"
gem "rails-settings-cached"
gem "octokit"
# Active Storage
gem "aws-sdk-s3", require: false
gem "azure-storage-blob", "~> 2.0", require: false
gem "google-cloud-storage", "~> 1.11", require: false
gem "image_processing", ">= 1.2"
# Other
gem "bcrypt", "~> 3.1.7"
gem "inline_svg"
gem "tzinfo-data", platforms: %i[ windows jruby ]
gem "bcrypt", "~> 3.1"
gem "faraday"
gem "faraday-retry"
gem "inline_svg"
gem "octokit"
gem "pagy"
gem "rails-settings-cached"
gem "tzinfo-data", platforms: %i[ windows jruby ]
group :development, :test do
gem "debug", platforms: %i[ mri windows ]
gem "brakeman", require: false
gem "rubocop-rails-omakase", require: false
gem "dotenv-rails"
gem "letter_opener"
gem "i18n-tasks"
gem "erb_lint"
gem "byebug"
end
group :development do
gem "web-console"
gem "hotwire-livereload"
gem "letter_opener"
gem "ruby-lsp-rails"
gem "web-console"
end
group :test do