File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 34
34
- rails : " 6.1"
35
35
ruby : " 3.0"
36
36
37
+ - rails : 7.0
38
+ ruby : 3.0
39
+ - rails : 7.0
40
+ ruby : jruby
41
+
37
42
env :
38
43
BUNDLE_GEMFILE : gemfiles/rails_${{ matrix.rails }}.gemfile
39
44
DISPLAY : " :99.0"
Original file line number Diff line number Diff line change @@ -21,3 +21,9 @@ appraise "rails_6.1" do
21
21
gem "activerecord-jdbcsqlite3-adapter" , "~> 61.0" , platform : :jruby
22
22
gem "sqlite3" , "~> 1.4.0" , platform : :ruby
23
23
end
24
+
25
+ appraise "rails_7.0" do
26
+ gem "rails" , "~> 7.0.0"
27
+ gem "activerecord-jdbcsqlite3-adapter" , "~> 61.0" , platform : :jruby
28
+ gem "sqlite3" , "~> 1.4.0" , platform : :ruby
29
+ end
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 "appraisal"
6
+ gem "puma"
7
+ gem "active_model_serializers"
8
+ gem "amazing_print"
9
+ gem "minitest"
10
+ gem "rake"
11
+ gem "sprockets", "< 4.0"
12
+ gem "rails", "~> 7.0.0"
13
+ gem "sqlite3", "~> 1.4.0", platform: :ruby
14
+ gem "semantic_logger", github: "reidmorrison/semantic_logger"
15
+ gem "activerecord-jdbcsqlite3-adapter", "~> 61.0", platform: :jruby
16
+
17
+ group :development do
18
+ gem "rubocop"
19
+ end
20
+
21
+ gemspec path: "../"
You can’t perform that action at this time.
0 commit comments