Skip to content

Commit

Permalink
Upgrade factory bot (bigbluebutton#5558)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad authored and SebastianAppDev committed Dec 20, 2023
1 parent 5ad668a commit 80b814b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ end

group :test do
gem 'capybara'
gem 'factory_bot', '>= 6.4.1'
gem 'factory_bot_rails', '>= 6.3.0'
gem 'faker'
gem 'rspec-rails', '>= 6.0.4'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GEM
drb (2.2.0)
ruby2_keywords
erubi (1.12.0)
factory_bot (6.4.0)
factory_bot (6.4.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.0)
factory_bot (~> 6.4)
Expand Down Expand Up @@ -505,6 +505,7 @@ DEPENDENCIES
data_migrate (>= 9.2.0)
debug
dotenv-rails
factory_bot (>= 6.4.1)
factory_bot_rails (>= 6.3.0)
faker
google-cloud-storage (~> 1.44)
Expand Down

0 comments on commit 80b814b

Please sign in to comment.