Its been a while
This commit is contained in:
+46
-4
@@ -54,6 +54,9 @@ GEM
|
||||
activemodel (= 7.2.2.1)
|
||||
activesupport (= 7.2.2.1)
|
||||
timeout (>= 0.4.0)
|
||||
activerecord-sqlserver-adapter (7.2.9)
|
||||
activerecord (~> 7.2.0)
|
||||
tiny_tds
|
||||
activestorage (7.2.2.1)
|
||||
actionpack (= 7.2.2.1)
|
||||
activejob (= 7.2.2.1)
|
||||
@@ -87,6 +90,7 @@ GEM
|
||||
concurrent-ruby (1.3.5)
|
||||
connection_pool (2.5.3)
|
||||
crass (1.0.6)
|
||||
csv (3.3.5)
|
||||
date (3.4.1)
|
||||
debug (1.10.0)
|
||||
irb (~> 1.10)
|
||||
@@ -97,16 +101,33 @@ GEM
|
||||
railties (>= 4.1.0)
|
||||
responders
|
||||
warden (~> 1.2.3)
|
||||
devise-jwt (0.13.0)
|
||||
devise (>= 4.0.0, < 6.0.0)
|
||||
warden-jwt_auth (~> 0.10)
|
||||
diff-lcs (1.6.2)
|
||||
dotenv (3.1.8)
|
||||
dotenv-rails (3.1.8)
|
||||
dotenv (= 3.1.8)
|
||||
railties (>= 6.1)
|
||||
drb (2.2.3)
|
||||
dry-auto_inject (1.2.1)
|
||||
dry-core (~> 1.1)
|
||||
zeitwerk (~> 2.6)
|
||||
dry-configurable (1.4.0)
|
||||
dry-core (~> 1.0)
|
||||
zeitwerk (~> 2.6)
|
||||
dry-core (1.2.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
logger
|
||||
zeitwerk (~> 2.6)
|
||||
erb (5.0.1)
|
||||
erubi (1.13.1)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
httparty (0.24.2)
|
||||
csv
|
||||
mini_mime (>= 1.0.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
i18n (1.14.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
io-console (0.8.0)
|
||||
@@ -118,7 +139,7 @@ GEM
|
||||
json-schema (5.1.1)
|
||||
addressable (~> 2.8)
|
||||
bigdecimal (~> 3.1)
|
||||
jwt (2.10.1)
|
||||
jwt (3.2.0)
|
||||
base64
|
||||
language_server-protocol (3.17.0.5)
|
||||
lint_roller (1.1.0)
|
||||
@@ -135,6 +156,8 @@ GEM
|
||||
mini_mime (1.1.5)
|
||||
minitest (5.25.5)
|
||||
msgpack (1.8.0)
|
||||
multi_xml (0.9.1)
|
||||
bigdecimal (>= 3.1, < 5)
|
||||
net-imap (0.5.8)
|
||||
date
|
||||
net-protocol
|
||||
@@ -166,7 +189,6 @@ GEM
|
||||
parser (3.3.8.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.9)
|
||||
pp (0.6.2)
|
||||
prettyprint
|
||||
prettyprint (0.2.0)
|
||||
@@ -177,6 +199,8 @@ GEM
|
||||
public_suffix (6.0.2)
|
||||
puma (6.6.0)
|
||||
nio4r (~> 2.0)
|
||||
pundit (2.5.2)
|
||||
activesupport (>= 3.0.0)
|
||||
racc (1.8.1)
|
||||
rack (3.1.16)
|
||||
rack-attack (6.7.0)
|
||||
@@ -296,6 +320,16 @@ GEM
|
||||
stringio (3.1.7)
|
||||
thor (1.3.2)
|
||||
timeout (0.4.3)
|
||||
tiny_tds (3.4.0)
|
||||
bigdecimal (>= 2.0.0)
|
||||
tiny_tds (3.4.0-aarch64-linux-gnu)
|
||||
bigdecimal (>= 2.0.0)
|
||||
tiny_tds (3.4.0-aarch64-linux-musl)
|
||||
bigdecimal (>= 2.0.0)
|
||||
tiny_tds (3.4.0-x86_64-linux-gnu)
|
||||
bigdecimal (>= 2.0.0)
|
||||
tiny_tds (3.4.0-x86_64-linux-musl)
|
||||
bigdecimal (>= 2.0.0)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (3.1.4)
|
||||
@@ -304,6 +338,11 @@ GEM
|
||||
useragent (0.16.11)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
warden-jwt_auth (0.12.0)
|
||||
dry-auto_inject (>= 0.8, < 2)
|
||||
dry-configurable (>= 0.13, < 2)
|
||||
jwt (>= 2.1, < 4)
|
||||
warden (~> 1.2)
|
||||
websocket-driver (0.8.0)
|
||||
base64
|
||||
websocket-extensions (>= 0.1.0)
|
||||
@@ -323,20 +362,23 @@ PLATFORMS
|
||||
x86_64-linux-musl
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord-sqlserver-adapter
|
||||
bootsnap
|
||||
brakeman
|
||||
debug
|
||||
devise (~> 4.9)
|
||||
devise-jwt
|
||||
dotenv-rails
|
||||
jwt (~> 2.10)
|
||||
pg (~> 1.1)
|
||||
httparty
|
||||
puma (>= 5.0)
|
||||
pundit
|
||||
rack-attack (~> 6.7)
|
||||
rack-cors
|
||||
rails (~> 7.2.2, >= 7.2.2.1)
|
||||
rspec-rails (~> 8.0)
|
||||
rswag (~> 2.16)
|
||||
rubocop-rails-omakase
|
||||
tiny_tds
|
||||
tzinfo-data
|
||||
|
||||
RUBY VERSION
|
||||
|
||||
Reference in New Issue
Block a user