Skip to content

Commit 876c95a

Browse files
committed
🔖 Prepare release v2.0.23
1 parent 016ff6a commit 876c95a

24 files changed

Lines changed: 70 additions & 70 deletions

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,13 @@ Please file a bug if you notice a violation of semantic versioning.
2828

2929
### Fixed
3030

31-
- Fixed head appraisal dependency conflicts and Ruby 2.4 protocol-relative redirect handling by @pboling
32-
3331
### Security
3432

35-
## [2.0.23] - 2026-06-12
33+
## [2.0.23] - 2026-06-13
3634

3735
- TAG: [v2.0.23][2.0.23t]
38-
- COVERAGE: 100.00% -- 552/552 lines in 15 files
39-
- BRANCH COVERAGE: 98.90% -- 180/182 branches in 15 files
36+
- COVERAGE: 100.00% -- 562/562 lines in 15 files
37+
- BRANCH COVERAGE: 97.89% -- 186/190 branches in 15 files
4038
- 88.35% documented
4139

4240
### Changed
@@ -51,6 +49,8 @@ Please file a bug if you notice a violation of semantic versioning.
5149

5250
[gh!733]: https://github.com/ruby-oauth/oauth2/pull/733
5351

52+
- Fixed head appraisal dependency conflicts and Ruby 2.4 protocol-relative redirect handling by @pboling
53+
5454
## [2.0.22] - 2026-06-07
5555

5656
- TAG: [v2.0.22][2.0.22t]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,15 +1087,15 @@ Thanks for RTFM. ☺️
10871087
[📌gitmoji]: https://gitmoji.dev
10881088
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
10891089
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
1090-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.552-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1090+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.562-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
10911091
[🔐security]: https://github.com/ruby-oauth/oauth2/blob/main/SECURITY.md
10921092
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
10931093
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
10941094
[📄license]: LICENSE.md
10951095
[📄license-ref]: MIT.md
10961096
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
10971097
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
1098-
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A--259D6C.svg?style=flat&logo=Apache
1098+
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
10991099

11001100
[📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
11011101
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat

docs/OAuth2/Client.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,7 +2192,7 @@ <h3 class="signature " id="request-instance_method">
21922192

21932193
<span class='kw'>case</span> <span class='id identifier rubyid_status'>status</span>
21942194
<span class='kw'>when</span> <span class='int'>301</span><span class='comma'>,</span> <span class='int'>302</span><span class='comma'>,</span> <span class='int'>303</span><span class='comma'>,</span> <span class='int'>307</span>
2195-
<span class='id identifier rubyid_redirect_count'>redirect_count</span> <span class='op'>=</span> <span class='id identifier rubyid_req_opts'>req_opts</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='symbol'>:redirect_count</span><span class='comma'>,</span> <span class='int'>0</span><span class='rparen'>)</span> <span class='op'>+</span> <span class='int'>1</span>
2195+
<span class='id identifier rubyid_redirect_count'>redirect_count</span> <span class='op'>=</span> <span class='lparen'>(</span><span class='id identifier rubyid_req_opts'>req_opts</span><span class='lbracket'>[</span><span class='symbol'>:redirect_count</span><span class='rbracket'>]</span> <span class='op'>||</span> <span class='int'>0</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_i'>to_i</span> <span class='op'>+</span> <span class='int'>1</span>
21962196
<span class='id identifier rubyid_req_opts'>req_opts</span><span class='lbracket'>[</span><span class='symbol'>:redirect_count</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_redirect_count'>redirect_count</span>
21972197
<span class='kw'>return</span> <span class='id identifier rubyid_response'>response</span> <span class='kw'>if</span> <span class='id identifier rubyid_redirect_count'>redirect_count</span> <span class='op'>&gt;</span> <span class='id identifier rubyid_options'>options</span><span class='lbracket'>[</span><span class='symbol'>:max_redirects</span><span class='rbracket'>]</span>
21982198

@@ -2656,7 +2656,7 @@ <h3 class="signature " id="token_url-instance_method">
26562656
</div>
26572657

26582658
<div id="footer">
2659-
Generated on Fri Jun 12 17:56:33 2026 by
2659+
Generated on Sat Jun 13 04:37:02 2026 by
26602660
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
26612661
0.9.44 (ruby-4.0.5).
26622662
</div>

docs/OAuth2/Response.html

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -754,17 +754,17 @@ <h3 class="signature first" id="initialize-instance_method">
754754
<pre class="lines">
755755

756756

757-
74
758757
75
759758
76
760759
77
761760
78
762761
79
763762
80
764-
81</pre>
763+
81
764+
82</pre>
765765
</td>
766766
<td>
767-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 74</span>
767+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 75</span>
768768

769769
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_response'>response</span><span class='comma'>,</span> <span class='label'>parse:</span> <span class='symbol'>:automatic</span><span class='comma'>,</span> <span class='label'>snaky:</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='label'>snaky_hash_klass:</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='op'>**</span><span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
770770
<span class='ivar'>@response</span> <span class='op'>=</span> <span class='id identifier rubyid_response'>response</span>
@@ -843,12 +843,12 @@ <h3 class="signature first" id="options-instance_method">
843843
<pre class="lines">
844844

845845

846-
26
847846
27
848-
28</pre>
847+
28
848+
29</pre>
849849
</td>
850850
<td>
851-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 26</span>
851+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 27</span>
852852

853853
<span class='kw'>def</span> <span class='id identifier rubyid_options'>options</span>
854854
<span class='ivar'>@options</span>
@@ -917,12 +917,12 @@ <h3 class="signature " id="response-instance_method">
917917
<pre class="lines">
918918

919919

920-
23
921920
24
922-
25</pre>
921+
25
922+
26</pre>
923923
</td>
924924
<td>
925-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 23</span>
925+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 24</span>
926926

927927
<span class='kw'>def</span> <span class='id identifier rubyid_response'>response</span>
928928
<span class='ivar'>@response</span>
@@ -1049,16 +1049,16 @@ <h3 class="signature first" id="register_parser-class_method">
10491049
<pre class="lines">
10501050

10511051

1052-
54
10531052
55
10541053
56
10551054
57
10561055
58
10571056
59
1058-
60</pre>
1057+
60
1058+
61</pre>
10591059
</td>
10601060
<td>
1061-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 54</span>
1061+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 55</span>
10621062

10631063
<span class='kw'>def</span> <span class='id identifier rubyid_register_parser'>register_parser</span><span class='lparen'>(</span><span class='id identifier rubyid_key'>key</span><span class='comma'>,</span> <span class='id identifier rubyid_mime_types'>mime_types</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
10641064
<span class='id identifier rubyid_key'>key</span> <span class='op'>=</span> <span class='id identifier rubyid_key'>key</span><span class='period'>.</span><span class='id identifier rubyid_to_sym'>to_sym</span>
@@ -1135,12 +1135,12 @@ <h3 class="signature first" id="body-instance_method">
11351135
<pre class="lines">
11361136

11371137

1138-
100
11391138
101
1140-
102</pre>
1139+
102
1140+
103</pre>
11411141
</td>
11421142
<td>
1143-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 100</span>
1143+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 101</span>
11441144

11451145
<span class='kw'>def</span> <span class='id identifier rubyid_body'>body</span>
11461146
<span class='id identifier rubyid_response'>response</span><span class='period'>.</span><span class='id identifier rubyid_body'>body</span> <span class='op'>||</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span>
@@ -1207,15 +1207,15 @@ <h3 class="signature " id="content_type-instance_method">
12071207
<pre class="lines">
12081208

12091209

1210-
135
12111210
136
12121211
137
12131212
138
12141213
139
1215-
140</pre>
1214+
140
1215+
141</pre>
12161216
</td>
12171217
<td>
1218-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 135</span>
1218+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 136</span>
12191219

12201220
<span class='kw'>def</span> <span class='id identifier rubyid_content_type'>content_type</span>
12211221
<span class='id identifier rubyid_response_headers'>response_headers</span> <span class='op'>=</span> <span class='id identifier rubyid_response'>response</span><span class='period'>.</span><span class='id identifier rubyid_headers'>headers</span>
@@ -1285,12 +1285,12 @@ <h3 class="signature " id="headers-instance_method">
12851285
<pre class="lines">
12861286

12871287

1288-
86
12891288
87
1290-
88</pre>
1289+
88
1290+
89</pre>
12911291
</td>
12921292
<td>
1293-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 86</span>
1293+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 87</span>
12941294

12951295
<span class='kw'>def</span> <span class='id identifier rubyid_headers'>headers</span>
12961296
<span class='id identifier rubyid_response'>response</span><span class='period'>.</span><span class='id identifier rubyid_headers'>headers</span>
@@ -1370,7 +1370,6 @@ <h3 class="signature " id="parsed-instance_method">
13701370
<pre class="lines">
13711371

13721372

1373-
108
13741373
109
13751374
110
13761375
111
@@ -1392,10 +1391,11 @@ <h3 class="signature " id="parsed-instance_method">
13921391
127
13931392
128
13941393
129
1395-
130</pre>
1394+
130
1395+
131</pre>
13961396
</td>
13971397
<td>
1398-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 108</span>
1398+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 109</span>
13991399

14001400
<span class='kw'>def</span> <span class='id identifier rubyid_parsed'>parsed</span>
14011401
<span class='kw'>return</span> <span class='ivar'>@parsed</span> <span class='kw'>if</span> <span class='kw'>defined?</span><span class='lparen'>(</span><span class='ivar'>@parsed</span><span class='rparen'>)</span>
@@ -1518,7 +1518,6 @@ <h3 class="signature " id="parser-instance_method">
15181518
<pre class="lines">
15191519

15201520

1521-
156
15221521
157
15231522
158
15241523
159
@@ -1530,10 +1529,11 @@ <h3 class="signature " id="parser-instance_method">
15301529
165
15311530
166
15321531
167
1533-
168</pre>
1532+
168
1533+
169</pre>
15341534
</td>
15351535
<td>
1536-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 156</span>
1536+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 157</span>
15371537

15381538
<span class='kw'>def</span> <span class='id identifier rubyid_parser'>parser</span>
15391539
<span class='kw'>return</span> <span class='ivar'>@parser</span> <span class='kw'>if</span> <span class='kw'>defined?</span><span class='lparen'>(</span><span class='ivar'>@parser</span><span class='rparen'>)</span>
@@ -1610,12 +1610,12 @@ <h3 class="signature " id="status-instance_method">
16101610
<pre class="lines">
16111611

16121612

1613-
93
16141613
94
1615-
95</pre>
1614+
95
1615+
96</pre>
16161616
</td>
16171617
<td>
1618-
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 93</span>
1618+
<pre class="code"><span class="info file"># File 'lib/oauth2/response.rb', line 94</span>
16191619

16201620
<span class='kw'>def</span> <span class='id identifier rubyid_status'>status</span>
16211621
<span class='id identifier rubyid_response'>response</span><span class='period'>.</span><span class='id identifier rubyid_status'>status</span>
@@ -1630,7 +1630,7 @@ <h3 class="signature " id="status-instance_method">
16301630
</div>
16311631

16321632
<div id="footer">
1633-
Generated on Fri Jun 12 17:56:33 2026 by
1633+
Generated on Sat Jun 13 04:37:02 2026 by
16341634
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
16351635
0.9.44 (ruby-4.0.5).
16361636
</div>

docs/file.CHANGELOG.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,20 +82,16 @@ <h3 id="removed">Removed</h3>
8282

8383
<h3 id="fixed">Fixed</h3>
8484

85-
<ul>
86-
<li>Fixed head appraisal dependency conflicts and Ruby 2.4 protocol-relative redirect handling by @pboling</li>
87-
</ul>
88-
8985
<h3 id="security">Security</h3>
9086

91-
<h2 id="2023---2026-06-12">
92-
<a href="https://github.com/ruby-oauth/oauth2/compare/v2.0.22...v2.0.23">2.0.23</a> - 2026-06-12</h2>
87+
<h2 id="2023---2026-06-13">
88+
<a href="https://github.com/ruby-oauth/oauth2/compare/v2.0.22...v2.0.23">2.0.23</a> - 2026-06-13</h2>
9389

9490
<ul>
9591
<li>TAG: <a href="https://github.com/ruby-oauth/oauth2/releases/tag/v2.0.23">v2.0.23</a>
9692
</li>
97-
<li>COVERAGE: 100.00% – 552/552 lines in 15 files</li>
98-
<li>BRANCH COVERAGE: 98.90% – 180/182 branches in 15 files</li>
93+
<li>COVERAGE: 100.00% – 562/562 lines in 15 files</li>
94+
<li>BRANCH COVERAGE: 97.89% – 186/190 branches in 15 files</li>
9995
<li>88.35% documented</li>
10096
</ul>
10197

@@ -113,6 +109,10 @@ <h3 id="fixed-1">Fixed</h3>
113109
<li>Fixed deprecation warning from MultiXML by @robzolkos</li>
114110
</ul>
115111

112+
<ul>
113+
<li>Fixed head appraisal dependency conflicts and Ruby 2.4 protocol-relative redirect handling by @pboling</li>
114+
</ul>
115+
116116
<h2 id="2022---2026-06-07">
117117
<a href="https://github.com/ruby-oauth/oauth2/compare/v2.0.21...v2.0.22">2.0.22</a> - 2026-06-07</h2>
118118

@@ -1526,7 +1526,7 @@ <h2 id="001---2010-04-22">
15261526
</div></div>
15271527

15281528
<div id="footer">
1529-
Generated on Fri Jun 12 18:38:10 2026 by
1529+
Generated on Sat Jun 13 04:37:02 2026 by
15301530
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
15311531
0.9.44 (ruby-4.0.5).
15321532
</div>

docs/file.README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
317317
<tr>
318318
<td>Source</td>
319319
<td>
320-
<a href="https://gitlab.com/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.552-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
320+
<a href="https://gitlab.com/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.562-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
321321
</td>
322322
</tr>
323323
<tr>
@@ -1234,7 +1234,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
12341234
</div></div>
12351235

12361236
<div id="footer">
1237-
Generated on Fri Jun 12 18:38:10 2026 by
1237+
Generated on Sat Jun 13 04:37:01 2026 by
12381238
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
12391239
0.9.44 (ruby-4.0.5).
12401240
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
317317
<tr>
318318
<td>Source</td>
319319
<td>
320-
<a href="https://gitlab.com/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.552-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
320+
<a href="https://gitlab.com/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/ruby-oauth/oauth2"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.562-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
321321
</td>
322322
</tr>
323323
<tr>
@@ -1234,7 +1234,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
12341234
</div></div>
12351235

12361236
<div id="footer">
1237-
Generated on Fri Jun 12 18:38:10 2026 by
1237+
Generated on Sat Jun 13 04:37:01 2026 by
12381238
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
12391239
0.9.44 (ruby-4.0.5).
12401240
</div>

gemfiles/audit.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/x_std_libs.gemfile")
88

gemfiles/coverage.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/coverage.gemfile")
88

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")

0 commit comments

Comments
 (0)