Skip to content

Commit

Permalink
upgraded factory_bot_rails further to address this issue: thoughtbot/…
Browse files Browse the repository at this point in the history
  • Loading branch information
reemi1510 committed Mar 5, 2024
1 parent a24c3e1 commit eb1d6a6
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 @@ -98,7 +98,7 @@ group :development, :test do
gem 'brakeman', require: false
gem 'byebug', platforms: %i[mri mingw x64_mingw]
gem 'dotenv-rails', '>= 2.8.0'
gem 'factory_bot_rails', '>= 6.3.0'
gem 'factory_bot_rails', '~> 6.4', '>= 6.4.2'
gem 'pry-rails'
gem 'rspec-rails', '~> 6.0', '>= 6.0.2'
end
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ GEM
et-orbi (1.2.7)
tzinfo
execjs (2.9.1)
factory_bot (6.4.0)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
faraday (1.10.0)
Expand Down Expand Up @@ -595,7 +595,7 @@ DEPENDENCIES
climate_control
database_cleaner (~> 2.0, >= 2.0.2)
dotenv-rails (>= 2.8.0)
factory_bot_rails (>= 6.3.0)
factory_bot_rails (~> 6.4, >= 6.4.2)
haml-rails (>= 2.1.0)
hashdiff
http (>= 4.0.0)
Expand Down

0 comments on commit eb1d6a6

Please sign in to comment.