Skip to content

Commit 821bca0

Browse files
committed
fix 6.0 gemfile
1 parent bf01b23 commit 821bca0

File tree

1 file changed

+89
-69
lines changed

1 file changed

+89
-69
lines changed

gemfiles/activerecord_6.0.gemfile.lock

+89-69
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
11
PATH
22
remote: ..
33
specs:
4-
unreliable (0.9.1)
4+
unreliable (0.9.2)
55
activerecord (>= 5.0, < 8.0)
66
railties (>= 5.0, < 8.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.0.4)
12-
actionview (= 7.0.4)
13-
activesupport (= 7.0.4)
14-
rack (~> 2.0, >= 2.2.0)
11+
actionpack (6.0.6.1)
12+
actionview (= 6.0.6.1)
13+
activesupport (= 6.0.6.1)
14+
rack (~> 2.0, >= 2.0.8)
1515
rack-test (>= 0.6.3)
1616
rails-dom-testing (~> 2.0)
1717
rails-html-sanitizer (~> 1.0, >= 1.2.0)
18-
actionview (7.0.4)
19-
activesupport (= 7.0.4)
18+
actionview (6.0.6.1)
19+
activesupport (= 6.0.6.1)
2020
builder (~> 3.1)
2121
erubi (~> 1.4)
2222
rails-dom-testing (~> 2.0)
2323
rails-html-sanitizer (~> 1.1, >= 1.2.0)
24-
activemodel (7.0.4)
25-
activesupport (= 7.0.4)
26-
activerecord (7.0.4)
27-
activemodel (= 7.0.4)
28-
activesupport (= 7.0.4)
29-
activesupport (7.0.4)
24+
activemodel (6.0.6.1)
25+
activesupport (= 6.0.6.1)
26+
activerecord (6.0.6.1)
27+
activemodel (= 6.0.6.1)
28+
activesupport (= 6.0.6.1)
29+
activesupport (6.0.6.1)
3030
concurrent-ruby (~> 1.0, >= 1.0.2)
31-
i18n (>= 1.6, < 2)
32-
minitest (>= 5.1)
33-
tzinfo (~> 2.0)
34-
appraisal (2.4.1)
31+
i18n (>= 0.7, < 2)
32+
minitest (~> 5.1)
33+
tzinfo (~> 1.1)
34+
zeitwerk (~> 2.2, >= 2.2.2)
35+
appraisal (2.5.0)
3536
bundler
3637
rake
3738
thor (>= 0.14.0)
@@ -41,97 +42,116 @@ GEM
4142
activesupport (>= 3.0.0)
4243
railties (>= 3.0.0)
4344
thor (>= 0.14.6)
44-
concurrent-ruby (1.1.10)
45+
concurrent-ruby (1.2.2)
4546
crass (1.0.6)
4647
diff-lcs (1.5.0)
47-
erubi (1.11.0)
48-
i18n (1.12.0)
48+
erubi (1.12.0)
49+
i18n (1.14.1)
4950
concurrent-ruby (~> 1.0)
50-
json (2.6.2)
51-
loofah (2.19.0)
51+
json (2.6.3)
52+
language_server-protocol (3.17.0.3)
53+
lint_roller (1.1.0)
54+
loofah (2.22.0)
5255
crass (~> 1.0.2)
53-
nokogiri (>= 1.5.9)
56+
nokogiri (>= 1.12.0)
5457
method_source (1.0.0)
55-
mini_portile2 (2.8.5)
56-
minitest (5.16.3)
57-
nokogiri (1.13.9)
58-
mini_portile2 (~> 2.8.0)
58+
minitest (5.20.0)
59+
nokogiri (1.15.5-aarch64-linux)
5960
racc (~> 1.4)
60-
parallel (1.22.1)
61-
parser (3.1.2.1)
61+
nokogiri (1.15.5-arm64-darwin)
62+
racc (~> 1.4)
63+
nokogiri (1.15.5-x86_64-linux)
64+
racc (~> 1.4)
65+
parallel (1.23.0)
66+
parser (3.2.2.4)
6267
ast (~> 2.4.1)
63-
racc (1.6.0)
64-
rack (2.2.4)
65-
rack-test (2.0.2)
68+
racc
69+
racc (1.7.3)
70+
rack (2.2.8)
71+
rack-test (2.1.0)
6672
rack (>= 1.3)
67-
rails-dom-testing (2.0.3)
68-
activesupport (>= 4.2.0)
73+
rails-dom-testing (2.2.0)
74+
activesupport (>= 5.0.0)
75+
minitest
6976
nokogiri (>= 1.6)
70-
rails-html-sanitizer (1.4.3)
71-
loofah (~> 2.3)
72-
railties (7.0.4)
73-
actionpack (= 7.0.4)
74-
activesupport (= 7.0.4)
77+
rails-html-sanitizer (1.6.0)
78+
loofah (~> 2.21)
79+
nokogiri (~> 1.14)
80+
railties (6.0.6.1)
81+
actionpack (= 6.0.6.1)
82+
activesupport (= 6.0.6.1)
7583
method_source
76-
rake (>= 12.2)
77-
thor (~> 1.0)
78-
zeitwerk (~> 2.5)
84+
rake (>= 0.8.7)
85+
thor (>= 0.20.3, < 2.0)
7986
rainbow (3.1.1)
80-
rake (13.0.6)
81-
regexp_parser (2.6.1)
82-
rexml (3.2.5)
87+
rake (13.1.0)
88+
regexp_parser (2.8.2)
89+
rexml (3.2.6)
8390
rspec (3.12.0)
8491
rspec-core (~> 3.12.0)
8592
rspec-expectations (~> 3.12.0)
8693
rspec-mocks (~> 3.12.0)
87-
rspec-core (3.12.0)
94+
rspec-core (3.12.2)
8895
rspec-support (~> 3.12.0)
89-
rspec-expectations (3.12.0)
96+
rspec-expectations (3.12.3)
9097
diff-lcs (>= 1.2.0, < 2.0)
9198
rspec-support (~> 3.12.0)
92-
rspec-mocks (3.12.0)
99+
rspec-mocks (3.12.6)
93100
diff-lcs (>= 1.2.0, < 2.0)
94101
rspec-support (~> 3.12.0)
95-
rspec-support (3.12.0)
96-
rubocop (1.39.0)
102+
rspec-support (3.12.1)
103+
rubocop (1.57.2)
97104
json (~> 2.3)
105+
language_server-protocol (>= 3.17.0)
98106
parallel (~> 1.10)
99-
parser (>= 3.1.2.1)
107+
parser (>= 3.2.2.4)
100108
rainbow (>= 2.2.2, < 4.0)
101109
regexp_parser (>= 1.8, < 3.0)
102110
rexml (>= 3.2.5, < 4.0)
103-
rubocop-ast (>= 1.23.0, < 2.0)
111+
rubocop-ast (>= 1.28.1, < 2.0)
104112
ruby-progressbar (~> 1.7)
105-
unicode-display_width (>= 1.4.0, < 3.0)
106-
rubocop-ast (1.23.0)
107-
parser (>= 3.1.1.0)
108-
rubocop-performance (1.15.0)
113+
unicode-display_width (>= 2.4.0, < 3.0)
114+
rubocop-ast (1.30.0)
115+
parser (>= 3.2.1.0)
116+
rubocop-performance (1.19.1)
109117
rubocop (>= 1.7.0, < 2.0)
110118
rubocop-ast (>= 0.4.0)
111-
ruby-progressbar (1.11.0)
112-
sqlite3 (1.5.4)
113-
mini_portile2 (~> 2.8.0)
114-
standard (1.18.0)
115-
rubocop (= 1.39.0)
116-
rubocop-performance (= 1.15.0)
117-
thor (1.2.1)
118-
tzinfo (2.0.5)
119-
concurrent-ruby (~> 1.0)
120-
unicode-display_width (2.3.0)
121-
zeitwerk (2.6.6)
119+
ruby-progressbar (1.13.0)
120+
sqlite3 (1.5.4-aarch64-linux)
121+
sqlite3 (1.5.4-arm64-darwin)
122+
sqlite3 (1.5.4-x86_64-linux)
123+
standard (1.32.0)
124+
language_server-protocol (~> 3.17.0.2)
125+
lint_roller (~> 1.0)
126+
rubocop (~> 1.57.2)
127+
standard-custom (~> 1.0.0)
128+
standard-performance (~> 1.2)
129+
standard-custom (1.0.2)
130+
lint_roller (~> 1.0)
131+
rubocop (~> 1.50)
132+
standard-performance (1.2.1)
133+
lint_roller (~> 1.1)
134+
rubocop-performance (~> 1.19.1)
135+
thor (1.3.0)
136+
thread_safe (0.3.6)
137+
tzinfo (1.2.11)
138+
thread_safe (~> 0.1)
139+
unicode-display_width (2.5.0)
140+
zeitwerk (2.6.12)
122141

123142
PLATFORMS
143+
aarch64-linux
124144
arm64-darwin-22
125145
x86_64-linux
126146

127147
DEPENDENCIES
128-
activerecord (~> 7.0.0)
148+
activerecord (~> 6.0.0)
129149
appraisal (~> 2.4)
130150
bundler (~> 2.1)
131151
combustion (~> 1.3)
132152
rake (~> 13.0)
133153
rspec (~> 3.0)
134-
sqlite3 (~> 1.4)
154+
sqlite3 (~> 1.5.4)
135155
standard (~> 1.17)
136156
unreliable!
137157

0 commit comments

Comments
 (0)