Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ gem 'acts_as_tenant'
gem 'http_accept_language'

# User authentication
gem 'devise', '4.9.4'
gem 'devise', '5.0.4'
gem 'devise-multi_email'
gem 'keycloak'
gem 'jwt', '~> 2.10.3'
Expand Down
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,22 +193,22 @@ GEM
image_processing (~> 1.1)
marcel (~> 1.0.0)
ssrf_filter (~> 1.0)
cgi (0.5.1)
cgi (0.5.2)
childprocess (5.1.0)
logger (~> 1.5)
concurrent-ruby (1.3.7)
concurrent-ruby (1.3.8)
connection_pool (2.5.5)
consistency_fail (0.3.7)
crass (1.0.6)
crass (1.0.7)
cronex (0.15.0)
tzinfo
unicode (>= 0.4.4.5)
csv (3.3.5)
date (3.5.1)
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-multi_email (3.1.6)
Expand All @@ -233,7 +233,7 @@ GEM
htmlentities (~> 4.3)
launchy (>= 2.1, < 4.0)
mail (~> 2.7)
erb (6.0.4)
erb (6.0.6)
erubi (1.13.1)
et-orbi (1.2.11)
tzinfo
Expand Down Expand Up @@ -294,7 +294,7 @@ GEM
http-cookie (1.0.6)
domain_name (~> 0.5)
http_accept_language (2.1.1)
i18n (1.14.8)
i18n (1.15.2)
concurrent-ruby (~> 1.0)
i18n-tasks (1.1.2)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -442,15 +442,12 @@ GEM
ttfunk
pg (1.6.3)
pgvector (0.3.2)
pp (0.6.3)
pp (0.6.4)
prettyprint
pragmatic_segmenter (0.3.24)
prettyprint (0.2.0)
prism (1.9.0)
progress (3.6.0)
psych (5.3.1)
date
stringio
public_suffix (7.0.5)
puma (7.2.1)
nio4r (~> 2.0)
Expand Down Expand Up @@ -512,9 +509,14 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (7.2.0)
rbs (4.0.3)
logger
prism (>= 1.6.0)
tsort
rdoc (8.0.0)
erb
psych (>= 4.0.0)
prism (>= 1.6.0)
rbs (>= 4.0.0)
tsort
recaptcha (5.21.2)
record_tag_helper (1.0.1)
Expand Down Expand Up @@ -659,7 +661,6 @@ GEM
rack (>= 2.2.4, < 4)
ssrf_filter (1.5.0)
stackprof (0.2.28)
stringio (3.2.0)
temple (0.10.4)
terminal-table (4.0.0)
unicode-display_width (>= 1.1.1, < 4)
Expand Down Expand Up @@ -699,7 +700,7 @@ GEM
nokogiri (~> 1.8)
yajl-ruby (1.4.3)
yard (0.9.44)
zeitwerk (2.7.5)
zeitwerk (2.8.2)

PLATFORMS
ruby
Expand All @@ -725,7 +726,7 @@ DEPENDENCIES
consistency_fail
coursemology-polyglot!
csv
devise (= 4.9.4)
devise (= 5.0.4)
devise-multi_email
docker-api
docx
Expand Down