Skip to content

Commit 2e30e17

Browse files
Add Rails 8 to the build matrix (#521)
1 parent 9216916 commit 2e30e17

File tree

3 files changed

+40
-0
lines changed

3 files changed

+40
-0
lines changed

Appraisals

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,18 @@ appraise "rails7.2" do
3939
gem "spring-watcher-listen", "~> 2.0.0"
4040
gem "sqlite3", "~> 1.4"
4141
end
42+
43+
appraise "rails8.0" do
44+
gem "brakeman"
45+
gem "byebug"
46+
gem "kamal"
47+
gem "listen", "~> 3.2"
48+
gem "puma", "~> 6.0"
49+
gem "rails", "~> 8.0.0"
50+
gem "rubocop-rails-omakase"
51+
gem "solid_queue"
52+
gem "spring", "!= 2.1.1"
53+
gem "spring-watcher-listen", "~> 2.0.0"
54+
gem "sqlite3", ">= 2.1"
55+
gem "thruster"
56+
end

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ there might not be any notable changes in new versions of this project.
44
# NEWS
55

66
* Add: First-party support for [`file_fixture`](https://api.rubyonrails.org/classes/ActiveSupport/Testing/FileFixtures.html#method-i-file_fixture) within factory blocks
7+
* Internal: Add Rails 8.0 to the test matrix
78

89
## 6.4.4 (October 25, 2024)
910
* Changed: Bump Factory Bot 6.5.0

gemfiles/rails8.0.gemfile

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "appraisal"
6+
gem "aruba"
7+
gem "cucumber"
8+
gem "rake"
9+
gem "rspec-rails"
10+
gem "standard"
11+
gem "brakeman"
12+
gem "byebug"
13+
gem "kamal"
14+
gem "listen", "~> 3.2"
15+
gem "puma", "~> 6.0"
16+
gem "rails", "~> 8.0.0"
17+
gem "rubocop-rails-omakase"
18+
gem "solid_queue"
19+
gem "spring", "!= 2.1.1"
20+
gem "spring-watcher-listen", "~> 2.0.0"
21+
gem "sqlite3", ">= 2.1"
22+
gem "thruster"
23+
24+
gemspec name: "factory_bot_rails", path: "../"

0 commit comments

Comments
 (0)