mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Bump version to 4.11.1 [ci skip]
This commit is contained in:
parent
01a23ffbe1
commit
25594384e5
2 changed files with 5 additions and 2 deletions
3
NEWS
3
NEWS
|
@ -1,6 +1,9 @@
|
||||||
factory_bot_rails versioning is synced with factory_bot releases. For this reason
|
factory_bot_rails versioning is synced with factory_bot releases. For this reason
|
||||||
there might not be any notable changes in new versions of this project.
|
there might not be any notable changes in new versions of this project.
|
||||||
|
|
||||||
|
4.11.1 (September 7, 2018)
|
||||||
|
Update generator to use dynamic attributes instead of deprecated static attributes
|
||||||
|
|
||||||
4.11.0 (August 16, 2018)
|
4.11.0 (August 16, 2018)
|
||||||
No notable changes
|
No notable changes
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = %q{factory_bot_rails}
|
s.name = %q{factory_bot_rails}
|
||||||
s.version = '4.11.0'
|
s.version = '4.11.1'
|
||||||
s.authors = ["Joe Ferris"]
|
s.authors = ["Joe Ferris"]
|
||||||
s.email = %q{jferris@thoughtbot.com}
|
s.email = %q{jferris@thoughtbot.com}
|
||||||
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
|
||||||
|
@ -16,5 +16,5 @@ Gem::Specification.new do |s|
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
|
|
||||||
s.add_runtime_dependency('railties', '>= 3.0.0')
|
s.add_runtime_dependency('railties', '>= 3.0.0')
|
||||||
s.add_runtime_dependency('factory_bot', '~> 4.11.0')
|
s.add_runtime_dependency('factory_bot', '~> 4.11.1')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue