Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ gem "ruby-vips"
# Security update
gem "nokogiri", ">= 1.12.5"

gem "devise_token_auth", "~> 1.2", ">= 1.2.6"
gem "devise_token_auth", "~> 1.3"
gem "jsonapi-serializer"
gem "pundit"
gem "aasm"
Expand All @@ -52,7 +52,7 @@ gem "acts_as_tenant"
gem "pagy", "~> 43"
gem "seed-fu", "~> 2.3"
gem "whenever", require: false
gem "madmin", "~> 2.3"
gem "madmin", "~> 2.4"
gem "valid_email2"
gem "importmap-rails"
gem "tailwindcss-rails", "~> 4.0"
Expand Down
43 changes: 21 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ GEM
smart_properties
bigdecimal (4.1.2)
bindex (0.8.1)
bootsnap (1.24.6)
msgpack (~> 1.2)
bootsnap (1.25.0)
msgpack (~> 1.5)
brakeman (8.0.5)
racc
builder (3.3.0)
Expand Down Expand Up @@ -138,16 +138,16 @@ GEM
irb (~> 1.10)
reline (>= 0.3.8)
deep_merge (1.2.2)
devise (4.9.4)
devise (5.0.4)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
railties (>= 7.0)
responders
warden (~> 1.2.3)
devise_token_auth (1.2.6)
devise_token_auth (1.3.0)
bcrypt (~> 3.0)
devise (> 3.5.2, < 5)
rails (>= 4.2.0, < 8.2)
devise (> 3.5.2, < 6)
rails (>= 4.2.0, < 8.3)
drb (2.2.3)
erb (6.0.7)
erb_lint (0.9.0)
Expand Down Expand Up @@ -199,13 +199,13 @@ GEM
http-2 (>= 1.2.0)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
image_processing (2.0.2)
image_processing (2.0.3)
importmap-rails (2.2.3)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
iniparse (1.5.0)
io-console (0.8.2)
io-console (0.9.2)
irb (1.18.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
Expand All @@ -222,10 +222,9 @@ GEM
loofah (2.25.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
madmin (2.3.3)
madmin (2.4.0)
importmap-rails
pagy (>= 3.5)
propshaft
rails (>= 7.0.0)
stimulus-rails
turbo-rails
Expand Down Expand Up @@ -257,7 +256,7 @@ GEM
railties (>= 7.1)
stimulus-rails
turbo-rails
msgpack (1.8.3)
msgpack (1.8.4)
multi_xml (0.9.1)
bigdecimal (>= 3.1, < 5)
net-http (0.9.1)
Expand Down Expand Up @@ -290,10 +289,10 @@ GEM
orm_adapter (0.5.0)
os (1.1.4)
ostruct (0.6.3)
overcommit (0.71.0)
overcommit (0.72.0)
childprocess (>= 0.6.3, < 6)
iniparse (~> 1.4)
rexml (>= 3.3.9)
rexml (>= 3.4.2)
pagy (43.6.1)
json
uri
Expand Down Expand Up @@ -323,7 +322,7 @@ GEM
activesupport (>= 3.0.0)
raabro (1.5.0)
racc (1.8.1)
rack (3.2.6)
rack (3.2.7)
rack-attack (6.8.0)
rack (>= 1.0, < 4)
rack-session (2.1.2)
Expand Down Expand Up @@ -365,7 +364,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.4.2)
rbs (4.1.2)
rbs (4.1.3)
logger
prism (>= 1.6.0)
tsort
Expand All @@ -375,9 +374,9 @@ GEM
rbs (>= 4.0.0)
tsort
regexp_parser (2.12.0)
reline (0.6.3)
reline (0.7.0)
io-console (~> 0.5)
resend (1.6.0)
resend (1.7.0)
base64
httparty (>= 0.22.0)
responders (3.2.0)
Expand Down Expand Up @@ -421,7 +420,7 @@ GEM
seed-fu (2.3.9)
activerecord (>= 3.1)
activesupport (>= 3.1)
selenium-webdriver (4.46.0)
selenium-webdriver (4.47.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand All @@ -441,7 +440,7 @@ GEM
activejob (>= 7.2)
activerecord (>= 7.2)
railties (>= 7.2)
solid_queue (1.5.0)
solid_queue (1.6.0)
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (>= 1.3.1)
Expand Down Expand Up @@ -516,12 +515,12 @@ DEPENDENCIES
config
csv (~> 3.3)
debug
devise_token_auth (~> 1.2, >= 1.2.6)
devise_token_auth (~> 1.3)
erb_lint
image_processing (~> 2.0)
importmap-rails
jsonapi-serializer
madmin (~> 2.3)
madmin (~> 2.4)
mailbin
minitest-mock
mission_control-jobs
Expand Down
Loading