File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11factory_bot_rails versioning is synced with factory_bot releases. For this reason
22there 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+
474.11.0 (August 16, 2018)
58 No notable changes
69
Original file line number Diff line number Diff line change 11Gem ::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 ' )
2020end
You can’t perform that action at this time.
0 commit comments