We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cda0bb commit 62cd3aaCopy full SHA for 62cd3aa
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- factory_bot_rails (6.1.0)
+ factory_bot_rails (6.2.0)
5
factory_bot (~> 6.2.0)
6
railties (>= 5.0.0)
7
NEWS.md
@@ -3,6 +3,10 @@ there might not be any notable changes in new versions of this project.
# NEWS
+## 6.2.0 (May 7, 2021)
+
8
+* Changed: factory\_bot dependency to ~> 6.2.0
9
10
## 6.1.0 (July 8, 2020)
11
12
* Changed: factory\_bot dependency to ~> 6.1.0
factory_bot_rails.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "factory_bot_rails"
- s.version = "6.1.0"
+ s.version = "6.2.0"
s.authors = ["Joe Ferris"]
s.email = "jferris@thoughtbot.com"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
0 commit comments