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 @@ -15,7 +15,7 @@ gem 'carrierwave', '~> 3.0'
gem 'cssbundling-rails', '~> 1.4'

# Video processing
gem 'devise', '~> 4.9'
gem 'devise', '~> 5.0'
gem 'devise-jwt', '~> 0.13.0'
gem 'dry-validation'
gem 'elasticsearch', '~> 9.2' # Elasticsearch client for searchkick
Expand Down
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,10 @@ GEM
reline (>= 0.3.8)
declarative (0.0.20)
deep_merge (1.2.2)
devise (4.9.4)
devise (5.0.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
railties (>= 7.0)
responders
warden (~> 1.2.3)
devise-jwt (0.13.0)
Expand Down Expand Up @@ -327,13 +327,14 @@ GEM
interactor (3.2.0)
ostruct
io-console (0.8.2)
irb (1.16.0)
irb (1.17.0)
pp (>= 0.6.0)
prism (>= 1.3.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.18.0)
json (2.18.1)
json-schema (6.0.0)
addressable (~> 2.8)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -439,7 +440,7 @@ GEM
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
prettyprint (0.2.0)
prism (1.8.0)
prism (1.9.0)
propshaft (1.3.1)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
Expand Down Expand Up @@ -507,7 +508,7 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.1)
rdoc (7.1.0)
rdoc (7.2.0)
erb
psych (>= 4.0.0)
tsort
Expand Down Expand Up @@ -771,7 +772,7 @@ DEPENDENCIES
csv
database_cleaner-active_record
debug
devise (~> 4.9)
devise (~> 5.0)
devise-jwt (~> 0.13.0)
dry-validation
ed25519 (~> 1.2)
Expand Down