Skip to content

Commit 512ec6d

Browse files
Bump clearance from 1.16.2 to 2.5.0
Bumps [clearance](https://github.com/thoughtbot/clearance) from 1.16.2 to 2.5.0. - [Release notes](https://github.com/thoughtbot/clearance/releases) - [Changelog](https://github.com/thoughtbot/clearance/blob/main/NEWS.md) - [Commits](thoughtbot/clearance@v1.16.2...v2.5.0) --- updated-dependencies: - dependency-name: clearance dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e393f4 commit 512ec6d

File tree

2 files changed

+37
-28
lines changed

2 files changed

+37
-28
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'jbuilder', '~> 2.7'
2828
# Reduces boot times through caching; required in config/boot.rb
2929
gem 'bootsnap', '>= 1.4.2', require: false
3030

31-
gem 'clearance', '~> 1.16.1'
31+
gem 'clearance', '~> 2.5.0'
3232

3333
gem 'aws-sdk-s3', require: false
3434

Gemfile.lock

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ GEM
5858
zeitwerk (~> 2.2, >= 2.2.2)
5959
addressable (2.7.0)
6060
public_suffix (>= 2.0.2, < 5.0)
61+
argon2 (2.0.2)
62+
ffi (~> 1.9)
63+
ffi-compiler (>= 0.1)
6164
aws-eventstream (1.1.0)
6265
aws-partitions (1.322.0)
6366
aws-sdk-core (3.97.0)
@@ -74,7 +77,7 @@ GEM
7477
aws-sigv4 (~> 1.1)
7578
aws-sigv4 (1.1.4)
7679
aws-eventstream (~> 1.0, >= 1.0.2)
77-
bcrypt (3.1.13)
80+
bcrypt (3.1.16)
7881
bindex (0.8.1)
7982
bootsnap (1.4.6)
8083
msgpack (~> 1.0)
@@ -90,28 +93,32 @@ GEM
9093
xpath (~> 3.2)
9194
childprocess (3.0.0)
9295
chronic (0.10.2)
93-
clearance (1.16.2)
94-
actionmailer (>= 3.1)
95-
activemodel (>= 3.1)
96-
activerecord (>= 3.1)
97-
bcrypt
98-
email_validator (~> 1.4)
99-
railties (>= 3.1)
96+
clearance (2.5.0)
97+
actionmailer (>= 5.0)
98+
activemodel (>= 5.0)
99+
activerecord (>= 5.0)
100+
argon2 (~> 2.0, >= 2.0.2)
101+
bcrypt (>= 3.1.1)
102+
email_validator (~> 2.0)
103+
railties (>= 5.0)
100104
coderay (1.1.3)
101-
concurrent-ruby (1.1.6)
105+
concurrent-ruby (1.1.9)
102106
crass (1.0.6)
103-
email_validator (1.6.0)
107+
email_validator (2.2.3)
104108
activemodel
105-
erubi (1.9.0)
109+
erubi (1.10.0)
106110
factory_bot (6.1.0)
107111
activesupport (>= 5.0.0)
108112
factory_bot_rails (6.1.0)
109113
factory_bot (~> 6.1.0)
110114
railties (>= 5.0.0)
111115
ffi (1.12.2)
116+
ffi-compiler (1.0.1)
117+
ffi (>= 1.0.0)
118+
rake
112119
formatador (0.2.5)
113-
globalid (0.4.2)
114-
activesupport (>= 4.2.0)
120+
globalid (0.5.2)
121+
activesupport (>= 5.0)
115122
guard (2.16.2)
116123
formatador (>= 0.2.4)
117124
listen (>= 2.7, < 4.0)
@@ -125,15 +132,15 @@ GEM
125132
guard-minitest (2.4.6)
126133
guard-compat (~> 1.2)
127134
minitest (>= 3.0)
128-
i18n (1.8.2)
135+
i18n (1.8.10)
129136
concurrent-ruby (~> 1.0)
130137
jbuilder (2.10.0)
131138
activesupport (>= 5.0.0)
132139
jmespath (1.4.0)
133140
listen (3.2.1)
134141
rb-fsevent (~> 0.10, >= 0.10.3)
135142
rb-inotify (~> 0.9, >= 0.9.10)
136-
loofah (2.5.0)
143+
loofah (2.12.0)
137144
crass (~> 1.0.2)
138145
nokogiri (>= 1.5.9)
139146
lumberjack (1.2.5)
@@ -145,17 +152,18 @@ GEM
145152
mimemagic (0.3.10)
146153
nokogiri (~> 1)
147154
rake
148-
mini_mime (1.0.2)
149-
mini_portile2 (2.4.0)
150-
minitest (5.14.1)
155+
mini_mime (1.1.1)
156+
mini_portile2 (2.6.1)
157+
minitest (5.14.4)
151158
minitest-spec-rails (6.0.2)
152159
minitest (>= 5.0)
153160
railties (>= 4.1)
154161
msgpack (1.3.3)
155162
nenv (0.3.0)
156163
nio4r (2.5.2)
157-
nokogiri (1.10.9)
158-
mini_portile2 (~> 2.4.0)
164+
nokogiri (1.12.4)
165+
mini_portile2 (~> 2.6.1)
166+
racc (~> 1.4)
159167
notiffany (0.1.3)
160168
nenv (~> 0.1)
161169
shellany (~> 0.0)
@@ -166,7 +174,8 @@ GEM
166174
public_suffix (4.0.5)
167175
puma (4.3.5)
168176
nio4r (~> 2.0)
169-
rack (2.2.2)
177+
racc (1.5.2)
178+
rack (2.2.3)
170179
rack-proxy (0.6.5)
171180
rack
172181
rack-test (1.1.0)
@@ -189,15 +198,15 @@ GEM
189198
rails-dom-testing (2.0.3)
190199
activesupport (>= 4.2.0)
191200
nokogiri (>= 1.6)
192-
rails-html-sanitizer (1.3.0)
201+
rails-html-sanitizer (1.4.2)
193202
loofah (~> 2.3)
194203
railties (6.0.3.1)
195204
actionpack (= 6.0.3.1)
196205
activesupport (= 6.0.3.1)
197206
method_source
198207
rake (>= 0.8.7)
199208
thor (>= 0.20.3, < 2.0)
200-
rake (13.0.1)
209+
rake (13.0.6)
201210
rb-fsevent (0.10.4)
202211
rb-inotify (0.10.1)
203212
ffi (~> 1.0)
@@ -225,13 +234,13 @@ GEM
225234
actionpack (>= 4.0)
226235
activesupport (>= 4.0)
227236
sprockets (>= 3.0.0)
228-
thor (1.0.1)
237+
thor (1.1.0)
229238
thread_safe (0.3.6)
230239
tilt (2.0.10)
231240
turbolinks (5.2.1)
232241
turbolinks-source (~> 5.2)
233242
turbolinks-source (5.2.0)
234-
tzinfo (1.2.7)
243+
tzinfo (1.2.9)
235244
thread_safe (~> 0.1)
236245
web-console (4.0.2)
237246
actionview (>= 6.0.0)
@@ -249,7 +258,7 @@ GEM
249258
chronic (>= 0.6.3)
250259
xpath (3.2.0)
251260
nokogiri (~> 1.8)
252-
zeitwerk (2.3.0)
261+
zeitwerk (2.4.2)
253262

254263
PLATFORMS
255264
ruby
@@ -259,7 +268,7 @@ DEPENDENCIES
259268
bootsnap (>= 1.4.2)
260269
byebug
261270
capybara (>= 2.15)
262-
clearance (~> 1.16.1)
271+
clearance (~> 2.5.0)
263272
factory_bot_rails (~> 6.1.0)
264273
guard
265274
guard-minitest

0 commit comments

Comments
 (0)