Skip to content

Commit 2559438

Browse files
Bump version to 4.11.1 [ci skip]
1 parent 01a23ff commit 2559438

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
factory_bot_rails versioning is synced with factory_bot releases. For this reason
22
there might not be any notable changes in new versions of this project.
33

4+
4.11.1 (September 7, 2018)
5+
Update generator to use dynamic attributes instead of deprecated static attributes
6+
47
4.11.0 (August 16, 2018)
58
No notable changes
69

factory_bot_rails.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = %q{factory_bot_rails}
3-
s.version = '4.11.0'
3+
s.version = '4.11.1'
44
s.authors = ["Joe Ferris"]
55
s.email = %q{jferris@thoughtbot.com}
66
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
@@ -16,5 +16,5 @@ Gem::Specification.new do |s|
1616
s.license = "MIT"
1717

1818
s.add_runtime_dependency('railties', '>= 3.0.0')
19-
s.add_runtime_dependency('factory_bot', '~> 4.11.0')
19+
s.add_runtime_dependency('factory_bot', '~> 4.11.1')
2020
end

0 commit comments

Comments
 (0)