Skip to content

Commit

Permalink
Bump factory_bot_rails from 4.8.2 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 4.8.2 to 6.2.0.
- [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/master/NEWS.md)
- [Commits](thoughtbot/factory_bot_rails@v4.8.2...v6.2.0)

---
updated-dependencies:
- dependency-name: factory_bot_rails
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 11, 2021
1 parent 03513fc commit 430dbe5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ group :development, :test do
gem "bullet", "~> 6.1.4"
gem "byebug", "~> 11.1.3"
gem "database_cleaner", "~> 2.0.1"
gem "factory_bot_rails", "~> 4.8.2"
gem "factory_bot_rails", "~> 6.2.0"
gem "faker", "~> 1.8.7"
gem "i18n-tasks", "~> 0.9.34"
gem "knapsack_pro", "~> 2.11.0"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,11 @@ GEM
multi_json (>= 1.3)
rake
execjs (2.7.0)
factory_bot (4.8.2)
activesupport (>= 3.0.0)
factory_bot_rails (4.8.2)
factory_bot (~> 4.8.2)
railties (>= 3.0.0)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (1.8.7)
i18n (>= 0.7)
faraday (1.7.0)
Expand Down Expand Up @@ -730,7 +730,7 @@ DEPENDENCIES
devise-security (~> 0.11.1)
email_spec (~> 2.2.0)
erb_lint (~> 0.0.37)
factory_bot_rails (~> 4.8.2)
factory_bot_rails (~> 6.2.0)
faker (~> 1.8.7)
font-awesome-sass (~> 5.15.1)
foundation-rails (~> 6.6.2.0)
Expand Down

0 comments on commit 430dbe5

Please sign in to comment.