Skip to content

Commit

Permalink
fix: lock factory_bot_rails at <= 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
puglet5 committed Nov 19, 2023
1 parent 659a479 commit 5ee6fa0
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 @@ -84,7 +84,7 @@ group :development, :test do
gem 'database_cleaner-active_record'
gem 'database_consistency', '~> 1.1'
gem 'debug', '>= 1.0.0'
gem 'factory_bot_rails', '<= 6.3'
gem 'factory_bot_rails', '<= 6.2'
gem 'faker', '>= 3'
gem 'fuubar', '~> 2.5'
gem 'listen', '~> 3.7'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ GEM
rubocop
smart_properties
erubi (1.12.0)
factory_bot (6.4.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
factory_bot_rails (6.3.0)
factory_bot (~> 6.4)
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
railties (>= 5.0.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
Expand Down Expand Up @@ -557,7 +557,7 @@ DEPENDENCIES
doorkeeper (~> 5.5, >= 5.5.4)
dotenv-rails (~> 2.8)
erb_lint (~> 0.4)
factory_bot_rails (<= 6.3)
factory_bot_rails (<= 6.2)
faker (>= 3)
faraday (~> 2.7)
foreman (~> 0.87.2)
Expand Down

0 comments on commit 5ee6fa0

Please sign in to comment.