Skip to content

Commit

Permalink
Bump factory_bot from 6.3.0 to 6.4.0
Browse files Browse the repository at this point in the history
Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/thoughtbot/factory_bot/releases)
- [Changelog](https://github.com/thoughtbot/factory_bot/blob/main/NEWS.md)
- [Commits](thoughtbot/factory_bot@v6.3.0...v6.4.0)

---
updated-dependencies:
- dependency-name: factory_bot
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent 258531e commit 73ee8a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem "webrick", "~> 1.8.1"
group :development do
gem "rake"

gem "factory_bot", "~> 6.3.0"
gem "factory_bot", "~> 6.4.0"
gem "rspec", "~> 3.12.0"
gem "rubocop", "~> 1.57.2"
gem "rubocop-rspec", "~> 2.25.0"
Expand Down
18 changes: 14 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crack (0.4.5)
rexml
damerau-levenshtein (1.3.3)
Expand All @@ -27,10 +34,12 @@ GEM
rest-client (>= 2.1.0.rc1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
drb (2.2.0)
ruby2_keywords
et-orbi (1.2.7)
tzinfo
event_emitter (0.2.6)
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
Expand Down Expand Up @@ -58,9 +67,10 @@ GEM
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.19.0)
minitest (5.20.0)
multi_xml (0.6.0)
multipart-post (2.1.1)
mutex_m (0.2.0)
netrc (0.11.0)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -164,7 +174,7 @@ DEPENDENCIES
bigdecimal (~> 3.1.4)
damerau-levenshtein (~> 1.3.3)
discordrb (~> 3.4)
factory_bot (~> 6.3.0)
factory_bot (~> 6.4.0)
httparty (~> 0.21.0)
nokogiri (~> 1.15.4)
prius (~> 5.0)
Expand Down

0 comments on commit 73ee8a1

Please sign in to comment.