Skip to content

Commit

Permalink
Merge pull request #1780 from houdiniproject/dependabot/bundler/ruby-…
Browse files Browse the repository at this point in the history
…minor-development-336dd79b70

Bump factory_bot_rails from 6.4.3 to 6.4.4 in the ruby-minor-development group
  • Loading branch information
wwahammy authored Oct 28, 2024
2 parents fa1b615 + 2fd24b8 commit b2cdc62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ group :development, :ci, :test do
gem 'rspec-rails', '~> 4.1.2'
gem 'rspec', '~> 3.13.0'
gem 'rspec-json_expectations', '~> 2'
gem 'factory_bot_rails', '~> 6.2'
gem 'factory_bot_rails', '~> 6.4'
gem 'factory_bot', '~> 6.5'
gem 'listen'
gem 'table_print', '~> 1.5', '>= 1.5.6' # giuNice table printing of data for the console
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ GEM
execjs (2.8.1)
factory_bot (6.5.0)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
factory_bot_rails (6.4.4)
factory_bot (~> 6.5)
railties (>= 5.0.0)
fast_blank (1.0.1)
ffi (1.17.0)
Expand Down Expand Up @@ -520,7 +520,7 @@ DEPENDENCIES
dotenv-rails (~> 2.8)
erb_lint
factory_bot (~> 6.5)
factory_bot_rails (~> 6.2)
factory_bot_rails (~> 6.4)
fast_blank
good_job (~> 3.99)
hamster (~> 3.0)
Expand Down

0 comments on commit b2cdc62

Please sign in to comment.