Skip to content

Commit

Permalink
Use factory_bot , ~> 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Oct 18, 2023
1 parent 659d74a commit 5a41a6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.3)
railties (>= 5.0.0)

GEM
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.3")
s.add_runtime_dependency("railties", ">= 5.0.0")

s.add_development_dependency("sqlite3")
Expand Down

0 comments on commit 5a41a6c

Please sign in to comment.