File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 28
28
fail-fast : false
29
29
matrix :
30
30
ruby-version : ["3.1", "3.2", "3.3"]
31
- gemfile : [ rails_7_2, rails_main ]
31
+ gemfile : [ rails_7_2, rails_8_0, rails_main ]
32
32
database : [sqlite, postgres, mysql]
33
33
exclude :
34
34
- ruby-version : " 3.1"
Original file line number Diff line number Diff line change
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "sqlite3"
6
+ gem "mysql2"
7
+ gem "pg"
8
+ gem "sprockets-rails"
9
+ gem "appraisal"
10
+ gem "railties", branch: "8-0-stable", git: "https://github.com/rails/rails.git"
11
+
12
+ group :rubocop do
13
+ gem "rubocop", ">= 1.25.1", require: false
14
+ gem "rubocop-minitest", require: false
15
+ gem "rubocop-packaging", require: false
16
+ gem "rubocop-performance", require: false
17
+ gem "rubocop-rails", require: false
18
+ gem "rubocop-md", require: false
19
+ end
20
+
21
+ gemspec path: "../"
You can’t perform that action at this time.
0 commit comments