Skip to content

Commit

Permalink
Upgrade factory bot
Browse files Browse the repository at this point in the history
  • Loading branch information
farhatahmad committed Nov 21, 2023
1 parent d1068d8 commit 2857333
Show file tree
Hide file tree
Showing 2 changed files with 4 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
4 changes: 3 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 Expand Up @@ -538,3 +539,4 @@ DEPENDENCIES
web-console (>= 4.2.1)
webdrivers
webmock

0 comments on commit 2857333

Please sign in to comment.