From 3564a68d6010d8728eeb80fe548f043997c1f6dd Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Wed, 8 Jul 2020 13:06:17 -0400 Subject: [PATCH] Bump version to v.6.1.0 [ci skip] The previous commit got us most of the way there, but I forgot to actually bump the factory_bot_rails version. --- Gemfile.lock | 2 +- factory_bot_rails.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"