File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ gem 'yaaf', '~> 3.0'
44
44
group :development , :test do
45
45
gem 'annotaterb' , '~> 4.15.0'
46
46
gem 'dotenv-rails' , '~> 3.1.8'
47
- gem 'factory_bot_rails' , '~> 6.4 '
47
+ gem 'factory_bot_rails' , '~> 6.5 '
48
48
gem 'faker' , '~> 3.5'
49
49
gem 'pry-byebug' , '~> 3.11' , platform : :mri
50
50
gem 'pry-rails' , '~> 0.3.11'
Original file line number Diff line number Diff line change 138
138
erubi (>= 1.0.0 )
139
139
rack (>= 0.9.0 )
140
140
rouge (>= 1.0.0 )
141
- bigdecimal (3.2.1 )
141
+ bigdecimal (3.2.2 )
142
142
binding_of_caller (1.0.1 )
143
143
debug_inspector (>= 1.2.0 )
144
144
bootsnap (1.18.6 )
@@ -226,11 +226,11 @@ GEM
226
226
erubis (2.7.0 )
227
227
et-orbi (1.2.11 )
228
228
tzinfo
229
- factory_bot (6.5.0 )
230
- activesupport (>= 5.0 .0 )
231
- factory_bot_rails (6.4.4 )
229
+ factory_bot (6.5.4 )
230
+ activesupport (>= 6.1 .0 )
231
+ factory_bot_rails (6.5.0 )
232
232
factory_bot (~> 6.5 )
233
- railties (>= 5.0 .0 )
233
+ railties (>= 6.1 .0 )
234
234
faker (3.5.1 )
235
235
i18n (>= 1.8.11 , < 2 )
236
236
faraday (2.13.1 )
@@ -658,7 +658,7 @@ DEPENDENCIES
658
658
devise_token_auth !
659
659
dotenv-rails (~> 3.1.8 )
660
660
draper (~> 4.0 )
661
- factory_bot_rails (~> 6.4 )
661
+ factory_bot_rails (~> 6.5 )
662
662
faker (~> 3.5 )
663
663
faraday-retry (~> 2.3 )
664
664
flipper (~> 1.3.1 )
You can’t perform that action at this time.
0 commit comments