Its been a while
CI / scan_ruby (push) Failing after 2m13s
CI / lint (push) Failing after 20s

This commit is contained in:
Jason Jordan
2026-07-23 10:41:46 -04:00
parent 16fadfd529
commit 9853d58469
83 changed files with 1978 additions and 243 deletions
+10 -3
View File
@@ -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'