Skip to content

Commit

Permalink
Bump factory_bot from 6.4.6 to 6.5.0
Browse files Browse the repository at this point in the history
Bumps [factory_bot](https://github.com/thoughtbot/factory_bot) from 6.4.6 to 6.5.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.4.6...v6.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent fc99ad1 commit d3bb8be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 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.4.6"
gem "factory_bot", "~> 6.5.0"
gem "rspec", "~> 3.13.0"
gem "rubocop", "~> 1.66.1"
gem "rubocop-rspec", "~> 3.0.4"
Expand Down
23 changes: 12 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
Expand All @@ -36,12 +37,11 @@ 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
drb (2.2.1)
et-orbi (1.2.11)
tzinfo
event_emitter (0.2.6)
factory_bot (6.4.6)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
faraday (1.3.0)
faraday-net_http (~> 1.0)
Expand All @@ -60,20 +60,20 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.0.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.22.1)
minitest (5.25.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
mutex_m (0.2.0)
netrc (0.11.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
Expand Down Expand Up @@ -142,6 +142,7 @@ GEM
ruby2_keywords (0.0.5)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
securerandom (0.3.1)
sentry-raven (3.1.2)
faraday (>= 1.0)
songkick-transport (1.11.0)
Expand Down Expand Up @@ -171,7 +172,7 @@ DEPENDENCIES
bigdecimal (~> 3.1.8)
damerau-levenshtein (~> 1.3.3)
discordrb (~> 3.4)
factory_bot (~> 6.4.6)
factory_bot (~> 6.5.0)
httparty (~> 0.22.0)
nokogiri (~> 1.16.7)
prius (~> 6.0)
Expand Down

0 comments on commit d3bb8be

Please sign in to comment.