Skip to content

Commit

Permalink
Bump version to 5.1.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Mar 25, 2020
1 parent 4237f08 commit 3ea27df
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (5.1.1)
factory_bot (5.1.2)
activesupport (>= 4.2.0)

GEM
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# News

## 5.1.2 (March 25, 2020)
* Fixed: Ruby 2.7 keyword deprecation warning in FactoryBot.lint

## 5.1.1 (October 2, 2019)
* Improved: performance of traits
* Fixed: registering strategies on JRuby
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.1)
factory_bot (5.1.2)
activesupport (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.1)
factory_bot (5.1.2)
activesupport (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.1)
factory_bot (5.1.2)
activesupport (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.1)
factory_bot (5.1.2)
activesupport (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
factory_bot (5.1.1)
factory_bot (5.1.2)
activesupport (>= 4.2.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "5.1.1".freeze
VERSION = "5.1.2".freeze
end

0 comments on commit 3ea27df

Please sign in to comment.