1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

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.
This commit is contained in:
Daniel Colson 2020-07-08 13:06:17 -04:00
parent 4b39c910c3
commit 3564a68d60
No known key found for this signature in database
GPG key ID: 88A364BBE77B1353
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
factory_bot_rails (6.0.0) factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0) factory_bot (~> 6.1.0)
railties (>= 5.0.0) railties (>= 5.0.0)

View file

@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "factory_bot_rails" s.name = "factory_bot_rails"
s.version = "6.0.0" s.version = "6.1.0"
s.authors = ["Joe Ferris"] s.authors = ["Joe Ferris"]
s.email = "jferris@thoughtbot.com" s.email = "jferris@thoughtbot.com"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails" s.homepage = "https://github.com/thoughtbot/factory_bot_rails"