Commit e39a0a4 1 parent 1e8cc56 commit e39a0a4 Copy full SHA for e39a0a4
File tree 2 files changed +23
-6
lines changed
2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 11
11
appraise 'rails-7.0' do
12
12
gem 'activerecord' , '~> 7.0.0'
13
13
end
14
+
15
+ appraise 'rails-7.1' do
16
+ gem 'activerecord' , '~> 7.1.0'
17
+ end
Original file line number Diff line number Diff line change 8
8
GEM
9
9
remote: https://rubygems.org/
10
10
specs:
11
- activemodel (7.0.8 )
12
- activesupport (= 7.0.8 )
13
- activerecord (7.0.8 )
14
- activemodel (= 7.0.8 )
15
- activesupport (= 7.0.8 )
16
- activesupport (7.0.8 )
11
+ activemodel (7.1.0 )
12
+ activesupport (= 7.1.0 )
13
+ activerecord (7.1.0 )
14
+ activemodel (= 7.1.0 )
15
+ activesupport (= 7.1.0 )
16
+ timeout (>= 0.4.0 )
17
+ activesupport (7.1.0 )
18
+ base64
19
+ bigdecimal
17
20
concurrent-ruby (~> 1.0 , >= 1.0.2 )
21
+ connection_pool (>= 2.2.5 )
22
+ drb
18
23
i18n (>= 1.6 , < 2 )
19
24
minitest (>= 5.1 )
25
+ mutex_m
20
26
tzinfo (~> 2.0 )
21
27
appraisal (2.5.0 )
22
28
bundler
23
29
rake
24
30
thor (>= 0.14.0 )
25
31
ast (2.4.2 )
26
32
base64 (0.1.1 )
33
+ bigdecimal (3.1.4 )
27
34
concurrent-ruby (1.2.2 )
35
+ connection_pool (2.4.1 )
28
36
diff-lcs (1.5.0 )
29
37
docile (1.4.0 )
38
+ drb (2.1.1 )
39
+ ruby2_keywords
30
40
i18n (1.14.1 )
31
41
concurrent-ruby (~> 1.0 )
32
42
json (2.6.3 )
33
43
language_server-protocol (3.17.0.3 )
34
44
minitest (5.20.0 )
45
+ mutex_m (0.1.2 )
35
46
parallel (1.23.0 )
36
47
parser (3.2.2.3 )
37
48
ast (~> 2.4.1 )
82
93
rubocop-capybara (~> 2.17 )
83
94
rubocop-factory_bot (~> 2.22 )
84
95
ruby-progressbar (1.13.0 )
96
+ ruby2_keywords (0.0.5 )
85
97
simplecov (0.22.0 )
86
98
docile (~> 1.1 )
87
99
simplecov-html (~> 0.11 )
91
103
sqlite3 (1.6.6-arm64-darwin )
92
104
sqlite3 (1.6.6-x86_64-linux )
93
105
thor (1.2.2 )
106
+ timeout (0.4.0 )
94
107
tzinfo (2.0.6 )
95
108
concurrent-ruby (~> 1.0 )
96
109
unicode-display_width (2.4.2 )
You can’t perform that action at this time.
0 commit comments