?
This commit is contained in:
parent
e253a71fc4
commit
2696e1f184
33 changed files with 443 additions and 0 deletions
8
Gemfile
8
Gemfile
|
@ -6,6 +6,8 @@ ruby "3.1.1"
|
|||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "rails", "~> 7.0.2", ">= 7.0.2.3"
|
||||
|
||||
# gem "devise"
|
||||
|
||||
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
|
||||
gem "sprockets-rails"
|
||||
|
||||
|
@ -27,6 +29,12 @@ gem "stimulus-rails"
|
|||
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
|
||||
gem "jbuilder"
|
||||
|
||||
gem "omniauth"
|
||||
gem "omniauth-discord"
|
||||
# gem "omniauth-rails_csrf_protection"
|
||||
|
||||
gem "dotenv-rails"
|
||||
|
||||
# Use Redis adapter to run Action Cable in production
|
||||
# gem "redis", "~> 4.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue