Skip to content

Commit dcdf05e

Browse files
committed
Run bundle update across appraisals
1 parent a322740 commit dcdf05e

File tree

5 files changed

+80
-55
lines changed

5 files changed

+80
-55
lines changed

gemfiles/no_rails.gemfile.lock

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
appraisal (2.2.0)
12+
appraisal (2.3.0)
1313
bundler
1414
rake
1515
thor (>= 0.14.0)
16-
ast (2.4.0)
16+
ast (2.4.1)
1717
attr_extras (6.2.4)
1818
byebug (11.1.3)
19-
childprocess (3.0.0)
20-
coderay (1.1.2)
21-
diff-lcs (1.3)
19+
childprocess (4.0.0)
20+
coderay (1.1.3)
21+
diff-lcs (1.4.2)
2222
method_source (1.0.0)
23-
parallel (1.19.1)
24-
parser (2.7.1.2)
25-
ast (~> 2.4.0)
23+
parallel (1.19.2)
24+
parser (2.7.1.4)
25+
ast (~> 2.4.1)
2626
patience_diff (1.1.0)
2727
trollop (~> 1.16)
2828
pry (0.13.1)
@@ -33,6 +33,7 @@ GEM
3333
pry (~> 0.13.0)
3434
rainbow (3.0.0)
3535
rake (13.0.1)
36+
regexp_parser (1.7.1)
3637
rexml (3.2.4)
3738
rspec (3.9.0)
3839
rspec-core (~> 3.9.0)
@@ -47,13 +48,17 @@ GEM
4748
diff-lcs (>= 1.2.0, < 2.0)
4849
rspec-support (~> 3.9.0)
4950
rspec-support (3.9.3)
50-
rubocop (0.83.0)
51+
rubocop (0.86.0)
5152
parallel (~> 1.10)
5253
parser (>= 2.7.0.1)
5354
rainbow (>= 2.2.2, < 4.0)
55+
regexp_parser (>= 1.7)
5456
rexml
57+
rubocop-ast (>= 0.0.3, < 1.0)
5558
ruby-progressbar (~> 1.7)
5659
unicode-display_width (>= 1.4.0, < 2.0)
60+
rubocop-ast (0.1.0)
61+
parser (>= 2.7.0.1)
5762
ruby-progressbar (1.10.1)
5863
thor (1.0.1)
5964
trollop (1.16.2)

gemfiles/rails_5_0.gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@ GEM
2020
i18n (>= 0.7, < 2)
2121
minitest (~> 5.1)
2222
tzinfo (~> 1.1)
23-
appraisal (2.2.0)
23+
appraisal (2.3.0)
2424
bundler
2525
rake
2626
thor (>= 0.14.0)
2727
arel (7.1.4)
28-
ast (2.4.0)
28+
ast (2.4.1)
2929
attr_extras (6.2.4)
3030
byebug (11.1.3)
31-
childprocess (3.0.0)
32-
coderay (1.1.2)
31+
childprocess (4.0.0)
32+
coderay (1.1.3)
3333
concurrent-ruby (1.1.6)
34-
diff-lcs (1.3)
35-
i18n (1.8.2)
34+
diff-lcs (1.4.2)
35+
i18n (1.8.3)
3636
concurrent-ruby (~> 1.0)
3737
method_source (1.0.0)
3838
minitest (5.14.1)
39-
parallel (1.19.1)
40-
parser (2.7.1.2)
41-
ast (~> 2.4.0)
39+
parallel (1.19.2)
40+
parser (2.7.1.4)
41+
ast (~> 2.4.1)
4242
patience_diff (1.1.0)
4343
trollop (~> 1.16)
4444
pry (0.13.1)
@@ -49,6 +49,7 @@ GEM
4949
pry (~> 0.13.0)
5050
rainbow (3.0.0)
5151
rake (13.0.1)
52+
regexp_parser (1.7.1)
5253
rexml (3.2.4)
5354
rspec (3.9.0)
5455
rspec-core (~> 3.9.0)
@@ -63,13 +64,17 @@ GEM
6364
diff-lcs (>= 1.2.0, < 2.0)
6465
rspec-support (~> 3.9.0)
6566
rspec-support (3.9.3)
66-
rubocop (0.83.0)
67+
rubocop (0.86.0)
6768
parallel (~> 1.10)
6869
parser (>= 2.7.0.1)
6970
rainbow (>= 2.2.2, < 4.0)
71+
regexp_parser (>= 1.7)
7072
rexml
73+
rubocop-ast (>= 0.0.3, < 1.0)
7174
ruby-progressbar (~> 1.7)
7275
unicode-display_width (>= 1.4.0, < 2.0)
76+
rubocop-ast (0.1.0)
77+
parser (>= 2.7.0.1)
7378
ruby-progressbar (1.10.1)
7479
sqlite3 (1.3.13)
7580
thor (1.0.1)

gemfiles/rails_5_1.gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,25 @@ GEM
2020
i18n (>= 0.7, < 2)
2121
minitest (~> 5.1)
2222
tzinfo (~> 1.1)
23-
appraisal (2.2.0)
23+
appraisal (2.3.0)
2424
bundler
2525
rake
2626
thor (>= 0.14.0)
2727
arel (8.0.0)
28-
ast (2.4.0)
28+
ast (2.4.1)
2929
attr_extras (6.2.4)
3030
byebug (11.1.3)
31-
childprocess (3.0.0)
32-
coderay (1.1.2)
31+
childprocess (4.0.0)
32+
coderay (1.1.3)
3333
concurrent-ruby (1.1.6)
34-
diff-lcs (1.3)
35-
i18n (1.8.2)
34+
diff-lcs (1.4.2)
35+
i18n (1.8.3)
3636
concurrent-ruby (~> 1.0)
3737
method_source (1.0.0)
3838
minitest (5.14.1)
39-
parallel (1.19.1)
40-
parser (2.7.1.2)
41-
ast (~> 2.4.0)
39+
parallel (1.19.2)
40+
parser (2.7.1.4)
41+
ast (~> 2.4.1)
4242
patience_diff (1.1.0)
4343
trollop (~> 1.16)
4444
pry (0.13.1)
@@ -49,6 +49,7 @@ GEM
4949
pry (~> 0.13.0)
5050
rainbow (3.0.0)
5151
rake (13.0.1)
52+
regexp_parser (1.7.1)
5253
rexml (3.2.4)
5354
rspec (3.9.0)
5455
rspec-core (~> 3.9.0)
@@ -63,13 +64,17 @@ GEM
6364
diff-lcs (>= 1.2.0, < 2.0)
6465
rspec-support (~> 3.9.0)
6566
rspec-support (3.9.3)
66-
rubocop (0.83.0)
67+
rubocop (0.86.0)
6768
parallel (~> 1.10)
6869
parser (>= 2.7.0.1)
6970
rainbow (>= 2.2.2, < 4.0)
71+
regexp_parser (>= 1.7)
7072
rexml
73+
rubocop-ast (>= 0.0.3, < 1.0)
7174
ruby-progressbar (~> 1.7)
7275
unicode-display_width (>= 1.4.0, < 2.0)
76+
rubocop-ast (0.1.0)
77+
parser (>= 2.7.0.1)
7378
ruby-progressbar (1.10.1)
7479
sqlite3 (1.3.13)
7580
thor (1.0.1)

gemfiles/rails_5_2.gemfile.lock

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,36 @@ PATH
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activemodel (5.2.4.2)
13-
activesupport (= 5.2.4.2)
14-
activerecord (5.2.4.2)
15-
activemodel (= 5.2.4.2)
16-
activesupport (= 5.2.4.2)
12+
activemodel (5.2.4.3)
13+
activesupport (= 5.2.4.3)
14+
activerecord (5.2.4.3)
15+
activemodel (= 5.2.4.3)
16+
activesupport (= 5.2.4.3)
1717
arel (>= 9.0)
18-
activesupport (5.2.4.2)
18+
activesupport (5.2.4.3)
1919
concurrent-ruby (~> 1.0, >= 1.0.2)
2020
i18n (>= 0.7, < 2)
2121
minitest (~> 5.1)
2222
tzinfo (~> 1.1)
23-
appraisal (2.2.0)
23+
appraisal (2.3.0)
2424
bundler
2525
rake
2626
thor (>= 0.14.0)
2727
arel (9.0.0)
28-
ast (2.4.0)
28+
ast (2.4.1)
2929
attr_extras (6.2.4)
3030
byebug (11.1.3)
31-
childprocess (3.0.0)
32-
coderay (1.1.2)
31+
childprocess (4.0.0)
32+
coderay (1.1.3)
3333
concurrent-ruby (1.1.6)
34-
diff-lcs (1.3)
35-
i18n (1.8.2)
34+
diff-lcs (1.4.2)
35+
i18n (1.8.3)
3636
concurrent-ruby (~> 1.0)
3737
method_source (1.0.0)
3838
minitest (5.14.1)
39-
parallel (1.19.1)
40-
parser (2.7.1.2)
41-
ast (~> 2.4.0)
39+
parallel (1.19.2)
40+
parser (2.7.1.4)
41+
ast (~> 2.4.1)
4242
patience_diff (1.1.0)
4343
trollop (~> 1.16)
4444
pry (0.13.1)
@@ -49,6 +49,7 @@ GEM
4949
pry (~> 0.13.0)
5050
rainbow (3.0.0)
5151
rake (13.0.1)
52+
regexp_parser (1.7.1)
5253
rexml (3.2.4)
5354
rspec (3.9.0)
5455
rspec-core (~> 3.9.0)
@@ -63,13 +64,17 @@ GEM
6364
diff-lcs (>= 1.2.0, < 2.0)
6465
rspec-support (~> 3.9.0)
6566
rspec-support (3.9.3)
66-
rubocop (0.83.0)
67+
rubocop (0.86.0)
6768
parallel (~> 1.10)
6869
parser (>= 2.7.0.1)
6970
rainbow (>= 2.2.2, < 4.0)
71+
regexp_parser (>= 1.7)
7072
rexml
73+
rubocop-ast (>= 0.0.3, < 1.0)
7174
ruby-progressbar (~> 1.7)
7275
unicode-display_width (>= 1.4.0, < 2.0)
76+
rubocop-ast (0.1.0)
77+
parser (>= 2.7.0.1)
7378
ruby-progressbar (1.10.1)
7479
sqlite3 (1.3.13)
7580
thor (1.0.1)

gemfiles/rails_6_0.gemfile.lock

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@ GEM
2020
minitest (~> 5.1)
2121
tzinfo (~> 1.1)
2222
zeitwerk (~> 2.2, >= 2.2.2)
23-
appraisal (2.2.0)
23+
appraisal (2.3.0)
2424
bundler
2525
rake
2626
thor (>= 0.14.0)
27-
ast (2.4.0)
27+
ast (2.4.1)
2828
attr_extras (6.2.4)
2929
byebug (11.1.3)
30-
childprocess (3.0.0)
31-
coderay (1.1.2)
30+
childprocess (4.0.0)
31+
coderay (1.1.3)
3232
concurrent-ruby (1.1.6)
33-
diff-lcs (1.3)
34-
i18n (1.8.2)
33+
diff-lcs (1.4.2)
34+
i18n (1.8.3)
3535
concurrent-ruby (~> 1.0)
3636
method_source (1.0.0)
3737
minitest (5.14.1)
38-
parallel (1.19.1)
39-
parser (2.7.1.2)
40-
ast (~> 2.4.0)
38+
parallel (1.19.2)
39+
parser (2.7.1.4)
40+
ast (~> 2.4.1)
4141
patience_diff (1.1.0)
4242
trollop (~> 1.16)
4343
pry (0.13.1)
@@ -48,6 +48,7 @@ GEM
4848
pry (~> 0.13.0)
4949
rainbow (3.0.0)
5050
rake (13.0.1)
51+
regexp_parser (1.7.1)
5152
rexml (3.2.4)
5253
rspec (3.9.0)
5354
rspec-core (~> 3.9.0)
@@ -62,13 +63,17 @@ GEM
6263
diff-lcs (>= 1.2.0, < 2.0)
6364
rspec-support (~> 3.9.0)
6465
rspec-support (3.9.3)
65-
rubocop (0.83.0)
66+
rubocop (0.86.0)
6667
parallel (~> 1.10)
6768
parser (>= 2.7.0.1)
6869
rainbow (>= 2.2.2, < 4.0)
70+
regexp_parser (>= 1.7)
6971
rexml
72+
rubocop-ast (>= 0.0.3, < 1.0)
7073
ruby-progressbar (~> 1.7)
7174
unicode-display_width (>= 1.4.0, < 2.0)
75+
rubocop-ast (0.1.0)
76+
parser (>= 2.7.0.1)
7277
ruby-progressbar (1.10.1)
7378
sqlite3 (1.4.2)
7479
thor (1.0.1)

0 commit comments

Comments
 (0)