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:
parent
4b39c910c3
commit
3564a68d60
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue