Skip to content

Commit

Permalink
pin factory_bot_rails to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Nov 19, 2023
1 parent 38aca69 commit af58bfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ group :development, :test do
gem 'rspec-rails'
gem 'vcr'
gem 'webmock'
gem 'factory_bot_rails'
gem 'factory_bot_rails', '~> 6.2.0'
gem 'rails-controller-testing'
gem 'simplecov'
gem 'parallel_tests'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ GEM
sxp (~> 1.3)
unicode-types (~> 1.8)
erubi (1.12.0)
factory_bot (6.4.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.0)
factory_bot (~> 6.4)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faraday (1.10.3)
faraday-em_http (~> 1.0)
Expand Down Expand Up @@ -495,7 +495,7 @@ DEPENDENCIES
date_validator
devise
dotenv-rails
factory_bot_rails
factory_bot_rails (~> 6.2.0)
faraday_middleware
friendly_id
geocoder
Expand Down

0 comments on commit af58bfe

Please sign in to comment.