diff --git a/Gemfile.lock b/Gemfile.lock index ab029c5..1c8b388 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - factory_bot_rails (6.0.0) + factory_bot_rails (6.1.0) factory_bot (~> 6.1.0) railties (>= 5.0.0) diff --git a/factory_bot_rails.gemspec b/factory_bot_rails.gemspec index 6acb0d9..0d69c9d 100644 --- a/factory_bot_rails.gemspec +++ b/factory_bot_rails.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "factory_bot_rails" - s.version = "6.0.0" + s.version = "6.1.0" s.authors = ["Joe Ferris"] s.email = "jferris@thoughtbot.com" s.homepage = "https://github.com/thoughtbot/factory_bot_rails"