Skip to content

Commit d7c5b6f

Browse files
Bump devise from 4.9.4 to 5.0.0
Bumps [devise](https://github.com/heartcombo/devise) from 4.9.4 to 5.0.0. - [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.0) --- updated-dependencies: - dependency-name: devise dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e5c963 commit d7c5b6f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ GEM
111111
net-http-persistent (~> 4.0)
112112
nokogiri (~> 1, >= 1.10.8)
113113
base64 (0.3.0)
114-
bcrypt (3.1.20)
114+
bcrypt (3.1.21)
115115
benchmark (0.5.0)
116116
better_errors (2.10.1)
117117
erubi (>= 1.0.0)
@@ -124,7 +124,7 @@ GEM
124124
erubi (~> 1.4)
125125
parser (>= 2.4)
126126
smart_properties
127-
bigdecimal (3.3.1)
127+
bigdecimal (4.0.1)
128128
bindex (0.8.1)
129129
binding_of_caller (1.0.1)
130130
debug_inspector (>= 1.2.0)
@@ -189,10 +189,10 @@ GEM
189189
delayed_job (> 2.0.3)
190190
rack-protection (>= 1.5.5)
191191
sinatra (>= 1.4.4)
192-
devise (4.9.4)
192+
devise (5.0.0)
193193
bcrypt (~> 3.0)
194194
orm_adapter (~> 0.1)
195-
railties (>= 4.1.0)
195+
railties (>= 7.0)
196196
responders
197197
warden (~> 1.2.3)
198198
devise_invitable (2.0.11)
@@ -222,8 +222,8 @@ GEM
222222
dry-types (~> 1.8, >= 1.8.2)
223223
ice_nine (~> 0.11)
224224
zeitwerk (~> 2.6)
225-
dry-types (1.8.2)
226-
bigdecimal (~> 3.0)
225+
dry-types (1.9.0)
226+
bigdecimal (>= 3.0)
227227
concurrent-ruby (~> 1.0)
228228
dry-core (~> 1.0)
229229
dry-inflector (~> 1.0)
@@ -409,8 +409,8 @@ GEM
409409
money (~> 7.0)
410410
railties (>= 6.1)
411411
msgpack (1.8.0)
412-
multi_xml (0.7.2)
413-
bigdecimal (~> 3.1)
412+
multi_xml (0.8.1)
413+
bigdecimal (>= 3.1, < 5)
414414
multipart-post (2.4.1)
415415
mustermann (3.0.0)
416416
ruby2_keywords (~> 0.0.1)
@@ -496,7 +496,7 @@ GEM
496496
prawn-table (0.2.2)
497497
prawn (>= 1.3.0, < 3.0.0)
498498
prettyprint (0.2.0)
499-
prism (1.7.0)
499+
prism (1.9.0)
500500
pry (0.14.2)
501501
coderay (~> 1.1)
502502
method_source (~> 1.0)
@@ -577,7 +577,7 @@ GEM
577577
rb-fsevent (0.11.2)
578578
rb-inotify (0.10.1)
579579
ffi (~> 1.0)
580-
rdoc (7.0.3)
580+
rdoc (7.1.0)
581581
erb
582582
psych (>= 4.0.0)
583583
tsort
@@ -587,9 +587,9 @@ GEM
587587
io-console (~> 0.5)
588588
request_store (1.7.0)
589589
rack (>= 1.4)
590-
responders (3.1.1)
591-
actionpack (>= 5.2)
592-
railties (>= 5.2)
590+
responders (3.2.0)
591+
actionpack (>= 7.0)
592+
railties (>= 7.0)
593593
rexml (3.4.4)
594594
rolify (6.0.1)
595595
rouge (4.1.2)
@@ -716,7 +716,7 @@ GEM
716716
activerecord (>= 7.1)
717717
terser (1.2.6)
718718
execjs (>= 0.3.0, < 3)
719-
thor (1.4.0)
719+
thor (1.5.0)
720720
tilt (2.2.0)
721721
timeout (0.4.4)
722722
tsort (0.2.0)

0 commit comments

Comments
 (0)