Its been a while
This commit is contained in:
@@ -3,8 +3,6 @@ source "https://rubygems.org"
|
||||
ruby "3.3.1"
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem "rails", "~> 7.2.2", ">= 7.2.2.1"
|
||||
# Use postgresql as the database for Active Record
|
||||
gem "pg", "~> 1.1"
|
||||
# Use the Puma web server [https://github.com/puma/puma]
|
||||
gem "puma", ">= 5.0"
|
||||
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
|
||||
@@ -45,7 +43,8 @@ end
|
||||
|
||||
gem "devise", "~> 4.9"
|
||||
|
||||
gem "jwt", "~> 2.10"
|
||||
# gem "jwt", "~> 2.10"
|
||||
gem 'devise-jwt'
|
||||
|
||||
gem "dotenv-rails", groups: [ :development, :test ]
|
||||
|
||||
@@ -54,3 +53,11 @@ gem "rspec-rails", "~> 8.0"
|
||||
gem "rswag", "~> 2.16"
|
||||
|
||||
gem "rack-attack", "~> 6.7"
|
||||
|
||||
gem 'activerecord-sqlserver-adapter'
|
||||
|
||||
gem 'tiny_tds'
|
||||
|
||||
gem 'pundit'
|
||||
|
||||
gem 'httparty'
|
||||
|
||||
Reference in New Issue
Block a user