Skip to content

Commit 438d035

Browse files
committed
Bump to 6.3.0 [ci skip]
* Changed: reject sequence definitions for ActiveRecord primary keys (Sean Doyle). * Changed: factory\_bot dependency to ~> 6.4 (Mike Burns). * Changed: upgrade dependencies (Daniel Colson). * Add: `projections.json` for Rails.vim (Caleb Hearth). * Docs: fix broken link (Edu Depetris). * Docs: mention Rails generator in docs (Edu Depetris). * Docs: fix typo (Yudai Takada). * Internal: skip Spring version 2.1.1 due to a bug in that release (Christina Entcheva, Daniel Colson). * Internal: test against Rails 6.1 (Antonis Berkakis). * Internal: test against Ruby 3 (Daniel Colson). * Internal: fewer warnings in Cucumber tests (Daniel Colson). * Internal: use GitHub Actions for CI (Mathieu Jobin). * Internal: a whole bunch of cleanup (Daniel Colson). * Internal: fix CI due to a Bundler output change (Mike Burns).
1 parent f9a1e7c commit 438d035

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

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.2.0)
4+
factory_bot_rails (6.3.0)
55
factory_bot (~> 6.4)
66
railties (>= 5.0.0)
77

NEWS.md

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

44
# NEWS
55

6+
## 6.3.0 (November 17, 2023)
7+
8+
* Changed: reject sequence definitions for ActiveRecord primary keys (Sean
9+
Doyle).
10+
* Changed: factory\_bot dependency to ~> 6.4 (Mike Burns).
11+
* Changed: upgrade dependencies (Daniel Colson).
12+
* Add: `projections.json` for Rails.vim (Caleb Hearth).
13+
* Docs: fix broken link (Edu Depetris).
14+
* Docs: mention Rails generator in docs (Edu Depetris).
15+
* Docs: fix typo (Yudai Takada).
16+
* Internal: skip Spring version 2.1.1 due to a bug in that release (Christina
17+
Entcheva, Daniel Colson).
18+
* Internal: test against Rails 6.1 (Antonis Berkakis).
19+
* Internal: test against Ruby 3 (Daniel Colson).
20+
* Internal: fewer warnings in Cucumber tests (Daniel Colson).
21+
* Internal: use GitHub Actions for CI (Mathieu Jobin).
22+
* Internal: a whole bunch of cleanup (Daniel Colson).
23+
* Internal: fix CI due to a Bundler output change (Mike Burns).
24+
625
## 6.2.0 (May 7, 2021)
726

827
* Changed: factory\_bot dependency to ~> 6.2.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.2.0"
3+
s.version = "6.3.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)