From 5a41a6c9155d29fbc7f0743bdc4da2305ce1642f Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:00:00 +0900 Subject: [PATCH] Use `factory_bot , ~> 6.3` --- Gemfile.lock | 2 +- factory_bot_rails.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7b4399a..26ec488 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/factory_bot_rails.gemspec b/factory_bot_rails.gemspec index 7ffc6c3..1ea9755 100644 --- a/factory_bot_rails.gemspec +++ b/factory_bot_rails.gemspec @@ -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")