-
-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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).
- Loading branch information
1 parent
f9a1e7c
commit 438d035
Showing
3 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Gem::Specification.new do |s| | ||
s.name = "factory_bot_rails" | ||
s.version = "6.2.0" | ||
s.version = "6.3.0" | ||
s.authors = ["Joe Ferris"] | ||
s.email = "[email protected]" | ||
s.homepage = "https://github.com/thoughtbot/factory_bot_rails" | ||
|