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 3346305 commit ac02789Copy full SHA for ac02789
2 files changed
NEWS.md
@@ -3,6 +3,13 @@ there might not be any notable changes in new versions of this project.
3
4
# NEWS
5
6
+## 6.4.2 (November 23, 2023)
7
+* Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif
8
+ Sgaid, Benoit Tigeot)
9
+* Internal: Test against Rails 7.1 (y-yagi)
10
+* Internal: Fix links to old files after renaming the main branch to `main`
11
+ (y-yagi)
12
+
13
## 6.4.0 (November 17, 2023)
14
15
* Releasing this for consistency with the factory\_bot dependency.
factory_bot_rails.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = "factory_bot_rails"
- s.version = "6.4.0"
+ s.version = "6.4.2"
s.authors = ["Joe Ferris"]
s.email = "jferris@thoughtbot.com"
s.homepage = "https://github.com/thoughtbot/factory_bot_rails"
0 commit comments