Skip to content

Commit dfb6258

Browse files
committed
Regenerate appraisal gemfiles baseline
1 parent 1e1f467 commit dfb6258

24 files changed

Lines changed: 133 additions & 48 deletions

.rubocop_gradual.lock

Lines changed: 68 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,74 @@
2727
[96, 35, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],
2828
[119, 9, 20, "Style/RescueStandardError: Omit the error class when rescuing `StandardError` by itself.", 3081355729]
2929
],
30-
"gemfiles/head.gemfile:2755017595": [
31-
[6, 1, 37, "Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `benchmark` should appear before `cgi`.", 1662013857]
30+
"gemfiles/audit.gemfile:4097039583": [
31+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
32+
],
33+
"gemfiles/coverage.gemfile:1435431423": [
34+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
35+
],
36+
"gemfiles/current.gemfile:925536359": [
37+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
38+
],
39+
"gemfiles/dep_heads.gemfile:4245842416": [
40+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
41+
],
42+
"gemfiles/head.gemfile:1068259318": [
43+
[7, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
44+
],
45+
"gemfiles/ruby_2_3_hashie_v0.gemfile:1904598874": [
46+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
47+
],
48+
"gemfiles/ruby_2_3_hashie_v1.gemfile:2887526779": [
49+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
50+
],
51+
"gemfiles/ruby_2_3_hashie_v2.gemfile:1758500888": [
52+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
53+
],
54+
"gemfiles/ruby_2_3_hashie_v3.gemfile:1042487865": [
55+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
56+
],
57+
"gemfiles/ruby_2_3_hashie_v4.gemfile:1714695134": [
58+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
59+
],
60+
"gemfiles/ruby_2_3_hashie_v5.gemfile:2697623039": [
61+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
62+
],
63+
"gemfiles/ruby_2_4.gemfile:934005945": [
64+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
65+
],
66+
"gemfiles/ruby_2_5.gemfile:71908085": [
67+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
68+
],
69+
"gemfiles/ruby_2_6.gemfile:3036555318": [
70+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
71+
],
72+
"gemfiles/ruby_2_7.gemfile:1765814795": [
73+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
74+
],
75+
"gemfiles/ruby_3_0.gemfile:1848338356": [
76+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
77+
],
78+
"gemfiles/ruby_3_1.gemfile:1848338356": [
79+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
80+
],
81+
"gemfiles/ruby_3_2.gemfile:2304315993": [
82+
[7, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
83+
],
84+
"gemfiles/ruby_3_3.gemfile:1626535370": [
85+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
86+
],
87+
"gemfiles/ruby_3_4.gemfile:1681685778": [
88+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
89+
],
90+
"gemfiles/style.gemfile:2182619773": [
91+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
92+
],
93+
"gemfiles/templating.gemfile:3242685695": [
94+
[5, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
95+
],
96+
"gemfiles/unlocked_deps.gemfile:4246355745": [
97+
[7, 9, 8, "Style/HashSyntax: Use the new Ruby 1.9 hash syntax.", 1623647569]
3298
],
3399
"lib/oauth2.rb:1976856902": [
34100
[70, 6, 1, "Style/TrailingCommaInArguments: Avoid comma after the last parameter of a method call.", 177545],

gemfiles/audit.gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
source "https://gem.coop"
44

5-
gemspec path: "../"
5+
gemspec :path => "../"
6+
7+
eval_gemfile("modular/x_std_libs.gemfile")
68

79
eval_gemfile("modular/audit.gemfile")
810

@@ -17,5 +19,3 @@ eval_gemfile("modular/logger_v1_7.gemfile")
1719
eval_gemfile("modular/multi_xml_v0_7.gemfile")
1820

1921
eval_gemfile("modular/rack_v3.gemfile")
20-
21-
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/coverage.gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
source "https://gem.coop"
44

5-
gemspec path: "../"
5+
gemspec :path => "../"
66

77
eval_gemfile("modular/coverage.gemfile")
88

9+
eval_gemfile("modular/optional.gemfile")
10+
11+
eval_gemfile("modular/x_std_libs.gemfile")
12+
913
eval_gemfile("modular/faraday_v2.gemfile")
1014

1115
eval_gemfile("modular/hashie_v5.gemfile")
@@ -16,8 +20,4 @@ eval_gemfile("modular/logger_v1_7.gemfile")
1620

1721
eval_gemfile("modular/multi_xml_v0_7.gemfile")
1822

19-
eval_gemfile("modular/optional.gemfile")
20-
2123
eval_gemfile("modular/rack_v3.gemfile")
22-
23-
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/current.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec path: "../"
5+
gemspec :path => "../"
66

77
eval_gemfile("modular/x_std_libs.gemfile")

gemfiles/dep_heads.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source "https://gem.coop"
44

5-
gemspec path: "../"
5+
gemspec :path => "../"
66

77
eval_gemfile("modular/runtime_heads.gemfile")

gemfiles/head.gemfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
source "https://gem.coop"
44

5-
gem "cgi", ">= 0.5"
65
gem "benchmark", "~> 0.4", ">= 0.4.1"
76

8-
gemspec path: "../"
7+
gemspec :path => "../"
8+
9+
eval_gemfile("modular/x_std_libs.gemfile")
910

1011
eval_gemfile("modular/runtime_heads.gemfile")

gemfiles/ruby_2_3_hashie_v0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec path: "../"
5+
gemspec :path => "../"
66

77
eval_gemfile("modular/faraday_v0.gemfile")
88

gemfiles/ruby_2_3_hashie_v1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec path: "../"
5+
gemspec :path => "../"
66

77
eval_gemfile("modular/faraday_v0.gemfile")
88

gemfiles/ruby_2_3_hashie_v2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec path: "../"
5+
gemspec :path => "../"
66

77
eval_gemfile("modular/faraday_v0.gemfile")
88

gemfiles/ruby_2_3_hashie_v3.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://gem.coop"
44

5-
gemspec path: "../"
5+
gemspec :path => "../"
66

77
eval_gemfile("modular/faraday_v0.gemfile")
88

0 commit comments

Comments
 (0)