Skip to content

Commit 62cd3aa

Browse files
Bump version to v.6.2.0 [ci skip]
1 parent 8cda0bb commit 62cd3aa

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
factory_bot_rails (6.1.0)
4+
factory_bot_rails (6.2.0)
55
factory_bot (~> 6.2.0)
66
railties (>= 5.0.0)
77

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.
33

44
# NEWS
55

6+
## 6.2.0 (May 7, 2021)
7+
8+
* Changed: factory\_bot dependency to ~> 6.2.0
9+
610
## 6.1.0 (July 8, 2020)
711

812
* Changed: factory\_bot dependency to ~> 6.1.0

factory_bot_rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = "factory_bot_rails"
3-
s.version = "6.1.0"
3+
s.version = "6.2.0"
44
s.authors = ["Joe Ferris"]
55
s.email = "[email protected]"
66
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"

0 commit comments

Comments
 (0)