Skip to content

Commit

Permalink
test: Update factory_bot requirement to ~> 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed Apr 9, 2024
1 parent e83e7e6 commit 31903ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

gemspec

gem 'factory_bot', '~> 6.0', '!= 6.4.5'
gem 'factory_bot', '~> 6.4', '!= 6.4.5'
gem 'haml_lint', '~> 0.37'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.10'
Expand Down

0 comments on commit 31903ba

Please sign in to comment.