Skip to content

Instantly share code, notes, and snippets.

@rafaelqueiroz88
Last active November 3, 2021 22:22
Show Gist options
  • Save rafaelqueiroz88/4aa92e99861c246ab6f071c5d6d129e9 to your computer and use it in GitHub Desktop.
Save rafaelqueiroz88/4aa92e99861c246ab6f071c5d6d129e9 to your computer and use it in GitHub Desktop.
Ruby on Rails Gemfile
# 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'
@rafaelqueiroz88
Copy link
Author

Além disso, comente ou exclua do seu Gemfile o turbolinks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment