Skip to content

Commit 7e82281

Browse files
chore(deps): bump devise from 4.9.4 to 5.0.4
Bumps [devise](https://github.com/heartcombo/devise) from 4.9.4 to 5.0.4. - [Release notes](https://github.com/heartcombo/devise/releases) - [Changelog](https://github.com/heartcombo/devise/blob/main/CHANGELOG.md) - [Commits](heartcombo/devise@v4.9.4...v5.0.4) --- updated-dependencies: - dependency-name: devise dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f71ad2 commit 7e82281

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ gem 'acts_as_tenant'
185185
gem 'http_accept_language'
186186

187187
# User authentication
188-
gem 'devise', '4.9.4'
188+
gem 'devise', '5.0.4'
189189
gem 'devise-multi_email'
190190
gem 'keycloak'
191191
gem 'jwt', '~> 2.10.3'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,10 @@ GEM
211211
unicode (>= 0.4.4.5)
212212
csv (3.3.5)
213213
date (3.5.1)
214-
devise (4.9.4)
214+
devise (5.0.4)
215215
bcrypt (~> 3.0)
216216
orm_adapter (~> 0.1)
217-
railties (>= 4.1.0)
217+
railties (>= 7.0)
218218
responders
219219
warden (~> 1.2.3)
220220
devise-multi_email (3.1.6)
@@ -238,7 +238,7 @@ GEM
238238
htmlentities (~> 4.3)
239239
launchy (>= 2.1, < 4.0)
240240
mail (~> 2.7)
241-
erb (6.0.6)
241+
erb (6.0.7)
242242
erubi (1.13.1)
243243
et-orbi (1.2.11)
244244
tzinfo
@@ -314,7 +314,7 @@ GEM
314314
image_processing (1.14.0)
315315
mini_magick (>= 4.9.5, < 6)
316316
ruby-vips (>= 2.0.17, < 3)
317-
io-console (0.8.2)
317+
io-console (0.9.2)
318318
irb (1.18.0)
319319
pp (>= 0.6.0)
320320
prism (>= 1.3.0)
@@ -486,7 +486,7 @@ GEM
486486
rb-fsevent (0.11.2)
487487
rb-inotify (0.11.1)
488488
ffi (~> 1.0)
489-
rbs (4.1.1)
489+
rbs (4.1.3)
490490
logger
491491
prism (>= 1.6.0)
492492
tsort
@@ -503,7 +503,7 @@ GEM
503503
redis-client (0.28.0)
504504
connection_pool
505505
regexp_parser (2.12.0)
506-
reline (0.6.3)
506+
reline (0.7.0)
507507
io-console (~> 0.5)
508508
request_store (1.7.0)
509509
rack (>= 1.4)
@@ -651,7 +651,7 @@ GEM
651651
nokogiri (~> 1.8)
652652
yajl-ruby (1.4.3)
653653
yard (0.9.45)
654-
zeitwerk (2.8.2)
654+
zeitwerk (2.8.3)
655655

656656
PLATFORMS
657657
ruby
@@ -677,7 +677,7 @@ DEPENDENCIES
677677
consistency_fail
678678
coursemology-polyglot!
679679
csv
680-
devise (= 4.9.4)
680+
devise (= 5.0.4)
681681
devise-multi_email
682682
docker-api
683683
docx

0 commit comments

Comments
 (0)