Skip to content

Commit be0c0ae

Browse files
chore(deps): update dependency factory_bot_rails to '< 6.5.2'
1 parent 16afaf5 commit be0c0ae

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ group :test do
9797
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
9898
gem 'capybara'
9999
gem 'database_cleaner-active_record'
100-
gem 'factory_bot_rails', '< 6.4'
100+
gem 'factory_bot_rails', '< 6.5.2'
101101
gem 'faker'
102102
gem 'shoulda-matchers'
103103
# RSpec matchers for JSON API.

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ GEM
7777
bootsnap (1.17.0)
7878
msgpack (~> 1.2)
7979
brakeman (6.0.1)
80-
builder (3.2.4)
80+
builder (3.3.0)
8181
bundler-audit (0.9.1)
8282
bundler (>= 1.2.0, < 3)
8383
thor (~> 1.0)
@@ -92,7 +92,7 @@ GEM
9292
xpath (~> 3.2)
9393
childprocess (4.1.0)
9494
coderay (1.1.3)
95-
concurrent-ruby (1.2.2)
95+
concurrent-ruby (1.3.5)
9696
connection_pool (2.4.1)
9797
crass (1.0.6)
9898
database_cleaner-active_record (2.1.0)
@@ -128,12 +128,12 @@ GEM
128128
dry-core (1.0.1)
129129
concurrent-ruby (~> 1.0)
130130
zeitwerk (~> 2.6)
131-
erubi (1.12.0)
132-
factory_bot (6.2.1)
133-
activesupport (>= 5.0.0)
134-
factory_bot_rails (6.2.0)
135-
factory_bot (~> 6.2.0)
136-
railties (>= 5.0.0)
131+
erubi (1.13.1)
132+
factory_bot (6.5.5)
133+
activesupport (>= 6.1.0)
134+
factory_bot_rails (6.5.1)
135+
factory_bot (~> 6.5)
136+
railties (>= 6.1.0)
137137
faker (3.2.2)
138138
i18n (>= 1.8.11, < 2)
139139
fasterer (0.11.0)
@@ -143,7 +143,7 @@ GEM
143143
has_scope (0.8.2)
144144
actionpack (>= 5.2)
145145
activesupport (>= 5.2)
146-
i18n (1.14.1)
146+
i18n (1.14.7)
147147
concurrent-ruby (~> 1.0)
148148
iniparse (1.5.0)
149149
io-console (0.6.0)
@@ -171,7 +171,7 @@ GEM
171171
tomlrb (>= 1.3, < 2.1)
172172
with_env (= 1.1.0)
173173
xml-simple (~> 1.1.9)
174-
loofah (2.22.0)
174+
loofah (2.24.1)
175175
crass (~> 1.0.2)
176176
nokogiri (>= 1.12.0)
177177
mail (2.8.1)
@@ -181,9 +181,9 @@ GEM
181181
net-smtp
182182
marcel (1.0.2)
183183
matrix (0.4.2)
184-
method_source (1.0.0)
184+
method_source (1.1.0)
185185
mini_mime (1.1.5)
186-
minitest (5.20.0)
186+
minitest (5.25.5)
187187
msgpack (1.7.2)
188188
net-imap (0.4.5)
189189
date
@@ -195,9 +195,9 @@ GEM
195195
net-smtp (0.4.0)
196196
net-protocol
197197
nio4r (2.6.0)
198-
nokogiri (1.15.5-arm64-darwin)
198+
nokogiri (1.18.9-arm64-darwin)
199199
racc (~> 1.4)
200-
nokogiri (1.15.5-x86_64-linux)
200+
nokogiri (1.18.9-x86_64-linux-gnu)
201201
racc (~> 1.4)
202202
orm_adapter (0.5.0)
203203
overcommit (0.60.0)
@@ -218,13 +218,13 @@ GEM
218218
public_suffix (5.0.4)
219219
puma (6.4.0)
220220
nio4r (~> 2.0)
221-
racc (1.7.3)
222-
rack (2.2.8)
221+
racc (1.8.1)
222+
rack (2.2.17)
223223
rack-cors (2.0.1)
224224
rack (>= 2.0.0)
225225
rack-proxy (0.7.7)
226226
rack
227-
rack-test (2.1.0)
227+
rack-test (2.2.0)
228228
rack (>= 1.3)
229229
rails (7.0.8)
230230
actioncable (= 7.0.8)
@@ -240,13 +240,13 @@ GEM
240240
activesupport (= 7.0.8)
241241
bundler (>= 1.15.0)
242242
railties (= 7.0.8)
243-
rails-dom-testing (2.2.0)
243+
rails-dom-testing (2.3.0)
244244
activesupport (>= 5.0.0)
245245
minitest
246246
nokogiri (>= 1.6)
247-
rails-html-sanitizer (1.6.0)
247+
rails-html-sanitizer (1.6.2)
248248
loofah (~> 2.21)
249-
nokogiri (~> 1.14)
249+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
250250
railties (7.0.8)
251251
actionpack (= 7.0.8)
252252
activesupport (= 7.0.8)
@@ -255,7 +255,7 @@ GEM
255255
thor (~> 1.0)
256256
zeitwerk (~> 2.5)
257257
rainbow (3.1.1)
258-
rake (13.1.0)
258+
rake (13.3.0)
259259
ransack (4.1.1)
260260
activerecord (>= 6.1.5)
261261
activesupport (>= 6.1.5)
@@ -342,7 +342,7 @@ GEM
342342
simplecov-html (0.12.3)
343343
simplecov_json_formatter (0.1.4)
344344
stringio (3.0.9)
345-
thor (1.3.0)
345+
thor (1.4.0)
346346
timeout (0.4.1)
347347
tomlrb (2.0.3)
348348
tzinfo (2.0.6)
@@ -380,7 +380,7 @@ GEM
380380
rexml
381381
xpath (3.2.0)
382382
nokogiri (~> 1.8)
383-
zeitwerk (2.6.12)
383+
zeitwerk (2.7.3)
384384

385385
PLATFORMS
386386
arm64-darwin-21
@@ -398,7 +398,7 @@ DEPENDENCIES
398398
devise
399399
devise-jwt
400400
dotenv-rails
401-
factory_bot_rails (< 6.4)
401+
factory_bot_rails (< 6.5.2)
402402
faker
403403
fasterer
404404
has_scope

0 commit comments

Comments
 (0)