Last active
November 3, 2021 22:22
-
-
Save rafaelqueiroz88/4aa92e99861c246ab6f071c5d6d129e9 to your computer and use it in GitHub Desktop.
Ruby on Rails Gemfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use Active Model has_secure_password | |
gem 'bcrypt', '~> 3.1.7' | |
# Reduces boot times through caching; required in config/boot.rb | |
gem 'bootsnap', '>= 1.4.4', require: false | |
# https://github.com/Netflix/fast_jsonapi | |
gem 'fast_jsonapi' | |
gem 'jwt' | |
gem 'sidekiq' | |
gem 'sidekiq-cron' | |
gem 'redis' | |
# https://shrinerb.com/ | |
gem 'image_processing' | |
gem 'shrine' | |
gem 'shrine-url' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Além disso, comente ou exclua do seu Gemfile o turbolinks