Skip to content

Commit 404e52d

Browse files
Bump factory_bot_rails from 6.4.4 to 6.5.1
Bumps [factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails) from 6.4.4 to 6.5.1. - [Release notes](https://github.com/thoughtbot/factory_bot_rails/releases) - [Changelog](https://github.com/thoughtbot/factory_bot_rails/blob/main/NEWS.md) - [Commits](thoughtbot/factory_bot_rails@v6.4.4...v6.5.1) --- updated-dependencies: - dependency-name: factory_bot_rails dependency-version: 6.5.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b9b6fb commit 404e52d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ group :development, :test do
4242
# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
4343
gem "rubocop-rails-omakase", require: false
4444

45-
gem "factory_bot_rails", "~> 6.4"
45+
gem "factory_bot_rails", "~> 6.5"
4646
end
4747

4848
group :development do

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ GEM
106106
erubi (1.13.1)
107107
et-orbi (1.3.0)
108108
tzinfo
109-
factory_bot (6.5.0)
110-
activesupport (>= 5.0.0)
111-
factory_bot_rails (6.4.4)
109+
factory_bot (6.5.5)
110+
activesupport (>= 6.1.0)
111+
factory_bot_rails (6.5.1)
112112
factory_bot (~> 6.5)
113-
railties (>= 5.0.0)
113+
railties (>= 6.1.0)
114114
faraday (2.14.0)
115115
faraday-net_http (>= 2.0, < 3.5)
116116
json
@@ -356,7 +356,7 @@ DEPENDENCIES
356356
bootsnap
357357
brakeman
358358
debug
359-
factory_bot_rails (~> 6.4)
359+
factory_bot_rails (~> 6.5)
360360
faraday (~> 2.14)
361361
importmap-rails (~> 2.1)
362362
propshaft (~> 1.3)

0 commit comments

Comments
 (0)