Skip to content

Commit

Permalink
Depend on factory_bot 6.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Nov 17, 2023
1 parent fd1ca67 commit f9a1e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
factory_bot_rails (6.2.0)
factory_bot (~> 6.3.0)
factory_bot (~> 6.4)
railties (>= 5.0.0)

GEM
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
cucumber-tag-expressions (4.1.0)
diff-lcs (1.5.0)
erubi (1.12.0)
factory_bot (6.3.0)
factory_bot (6.4.0)
activesupport (>= 5.0.0)
ffi (1.15.5)
ffi (1.15.5-java)
Expand Down
2 changes: 1 addition & 1 deletion factory_bot_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.executables = []
s.license = "MIT"

s.add_runtime_dependency("factory_bot", "~> 6.3.0")
s.add_runtime_dependency("factory_bot", "~> 6.4")
s.add_runtime_dependency("railties", ">= 5.0.0")

s.add_development_dependency("sqlite3")
Expand Down

0 comments on commit f9a1e7c

Please sign in to comment.