Skip to content

Commit 7e78862

Browse files
chore(deps): bump devise from 4.9.4 to 5.0.2
Bumps [devise](https://github.com/heartcombo/devise) from 4.9.4 to 5.0.2. - [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.2) --- updated-dependencies: - dependency-name: devise dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09dc5b3 commit 7e78862

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile

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

186186
# User authentication
187-
gem 'devise', '4.9.4'
187+
gem 'devise', '5.0.3'
188188
gem 'devise-multi_email'
189189
gem 'keycloak'
190190
gem 'jwt'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ GEM
161161
aws-eventstream (~> 1, >= 1.0.2)
162162
baran (0.1.12)
163163
base64 (0.3.0)
164-
bcrypt (3.1.20)
164+
bcrypt (3.1.22)
165165
benchmark (0.5.0)
166166
bigdecimal (3.3.1)
167167
builder (3.3.0)
@@ -203,10 +203,10 @@ GEM
203203
unicode (>= 0.4.4.5)
204204
csv (3.3.5)
205205
date (3.5.1)
206-
devise (4.9.4)
206+
devise (5.0.3)
207207
bcrypt (~> 3.0)
208208
orm_adapter (~> 0.1)
209-
railties (>= 4.1.0)
209+
railties (>= 7.0)
210210
responders
211211
warden (~> 1.2.3)
212212
devise-multi_email (3.0.1)
@@ -540,9 +540,9 @@ GEM
540540
io-console (~> 0.5)
541541
request_store (1.7.0)
542542
rack (>= 1.4)
543-
responders (3.1.1)
544-
actionpack (>= 5.2)
545-
railties (>= 5.2)
543+
responders (3.2.0)
544+
actionpack (>= 7.0)
545+
railties (>= 7.0)
546546
rest-client (2.1.0)
547547
http-accept (>= 1.7.0, < 2.0)
548548
http-cookie (>= 1.0.2, < 2.0)
@@ -720,7 +720,7 @@ DEPENDENCIES
720720
consistency_fail
721721
coursemology-polyglot!
722722
csv
723-
devise (= 4.9.4)
723+
devise (= 5.0.3)
724724
devise-multi_email
725725
docker-api
726726
docx

0 commit comments

Comments
 (0)